Home
last modified time | relevance | path

Searched refs:rtm_pid (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/usr.sbin/ldpd/
Dmpls_routes.c536 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 || in check_route()
608 (rg->m_rtm.rtm_pid != 0 && (rg->m_rtm.rtm_flags & RTF_DONE) == 0) || in check_route()
614 debugp("Check route triggered by PID: %d\n", rg->m_rtm.rtm_pid); in check_route()
764 pref, gate, rg->m_rtm.rtm_pid); in check_route()
Dsocketops.c984 replay_rt[ri].m_rtm.rtm_pid, in the_big_loop()
/netbsd/src/sys/compat/net/
Droute.h73 pid_t rtm_pid; /* identify sender */ member
/netbsd/src/usr.sbin/rarpd/
Dmkarp.c264 } while (l > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid)); in rtmsg()
/netbsd/src/sys/net/
Droute.h227 pid_t rtm_pid; /* identify sender */ member
Drtsock.c223 rtm->rtm_errno = rtm->rtm_pid = rtm->rtm_seq = 0; in sysctl_dumpentry()
Drtsock_shared.c692 rtm->rtm_pid = curproc->p_pid; in COMPATNAME()
1414 rtm.rtm_pid = curproc->p_pid; in COMPATNAME()
1548 rtm.rtm_pid = curproc->p_pid; in COMPATNAME()
/netbsd/src/sbin/route/
Droute.c1246 } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid)); in rtmsg()
1492 rtm->rtm_pid, rtm->rtm_seq, rtm->rtm_errno); in print_rtmsg()
/netbsd/src/usr.sbin/arp/
Darp.c756 } while (l > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid)); in rtmsg()
/netbsd/src/sbin/routed/
Dtable.c1192 && m.r.rtm.rtm_pid == mypid) { in read_rt()
1240 " from pid %d",m.r.rtm.rtm_pid); in read_rt()
/netbsd/src/usr.sbin/ndp/
Dndp.c796 } while (l > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid)); in rtmsg()
/netbsd/src/usr.sbin/route6d/
Droute6d.c1515 if (rtm->rtm_pid == pid) { in rtrecv()
2580 rtm->rtm_pid = pid; in addroute()
2645 rtm->rtm_pid = pid; in delroute()
/netbsd/src/external/bsd/ppp/usr.sbin/pppd/
Dsys-bsd.c1699 rmsg.rtm.rtm_pid = getpid(); in dodefaultroute6()