Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ldpd/
H A 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()
H A Dsocketops.c984 replay_rt[ri].m_rtm.rtm_pid, in the_big_loop()
/netbsd-src/sys/compat/net/
H A Droute.h73 pid_t rtm_pid; /* identify sender */ member
/netbsd-src/usr.sbin/rarpd/
H A Dmkarp.c264 } while (l > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid)); in rtmsg()
/netbsd-src/sys/net/
H A Droute.h227 pid_t rtm_pid; /* identify sender */ member
H A Drtsock.c223 rtm->rtm_errno = rtm->rtm_pid = rtm->rtm_seq = 0; in sysctl_dumpentry()
H A 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/external/bsd/dhcpcd/dist/src/
H A Dif-bsd.c723 rtm->rtm_pid = getpid(); in if_route()
1280 if (rtm->rtm_pid == ctx->ps_root->psp_pid) in if_rtm()
1309 rt_recvrt(rtm->rtm_type, &rt, rtm->rtm_pid); in if_rtm()
/netbsd-src/sbin/route/
H A 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/
H A Darp.c756 } while (l > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid)); in rtmsg()
/netbsd-src/sbin/routed/
H A 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/
H A Dndp.c796 } while (l > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid)); in rtmsg()
/netbsd-src/usr.sbin/route6d/
H A Droute6d.c1515 if (rtm->rtm_pid == pid) { in rtrecv()
2580 rtm->rtm_pid = pid; in addroute()
2645 rtm->rtm_pid = pid; in delroute()