| /src/sys/compat/net/ |
| route.h | 73 pid_t rtm_pid; /* identify sender */ member in struct:rt_msghdr50
|
| /src/usr.sbin/ldpd/ |
| mpls_routes.c | 536 if (rg->m_rtm.rtm_pid == getpid() && 547 rg->m_rtm.rtm_pid, rg->m_rtm.rtm_seq); 607 if (rg->m_rtm.rtm_pid == my_pid || 608 (rg->m_rtm.rtm_pid != 0 && (rg->m_rtm.rtm_flags & RTF_DONE) == 0) || 614 debugp("Check route triggered by PID: %d\n", rg->m_rtm.rtm_pid); 764 pref, gate, rg->m_rtm.rtm_pid);
|
| socketops.c | 984 replay_rt[ri].m_rtm.rtm_pid,
|
| /src/usr.sbin/rarpd/ |
| mkarp.c | 264 } while (l > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid));
|
| /src/sys/net/ |
| route.h | 227 pid_t rtm_pid; /* identify sender */ member in struct:rt_msghdr
|
| rtsock.c | 223 rtm->rtm_errno = rtm->rtm_pid = rtm->rtm_seq = 0;
|
| rtsock_shared.c | 692 rtm->rtm_pid = curproc->p_pid; 1414 rtm.rtm_pid = curproc->p_pid; 1548 rtm.rtm_pid = curproc->p_pid;
|
| /src/external/bsd/dhcpcd/dist/src/ |
| if-bsd.c | 725 rtm->rtm_pid = getpid(); 1301 if (rtm->rtm_pid == ctx->ps_root->psp_pid) 1330 rt_recvrt(rtm->rtm_type, &rt, rtm->rtm_pid);
|
| /src/sbin/route/ |
| route.c | 1246 } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid)); 1492 rtm->rtm_pid, rtm->rtm_seq, rtm->rtm_errno);
|
| /src/sbin/routed/ |
| table.c | 1192 && m.r.rtm.rtm_pid == mypid) { 1240 " from pid %d",m.r.rtm.rtm_pid);
|
| /src/usr.sbin/arp/ |
| arp.c | 756 } while (l > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid));
|
| /src/usr.sbin/ndp/ |
| ndp.c | 796 } while (l > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid));
|
| /src/usr.sbin/route6d/ |
| route6d.c | 1515 if (rtm->rtm_pid == pid) { 2580 rtm->rtm_pid = pid; 2645 rtm->rtm_pid = pid;
|
| /src/external/bsd/ppp/usr.sbin/pppd/ |
| sys-bsd.c | 1699 rmsg.rtm.rtm_pid = getpid();
|