Searched refs:rtm_pid (Results 1 – 12 of 12) sorted by relevance
159 pid_t rtm_pid; /* identify sender */ member
126 rt_msg.rt_hdr.rtm_pid = getpid(); in modifyroute()
485 (m_rtm->rtm_seq != seq || m_rtm->rtm_pid != ndp_pid)); in ndp_rtmsg_get()
2527 } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid)); in rtmsg()2633 rtm->rtm_pid, rtm->rtm_seq, rtm->rtm_errno); in print_rtmsg()
664 rt_msg->rtm_pid = getpid(); in setup_rtsock()665 if (rt_msg->rtm_pid < 0) { in setup_rtsock()
330 rtmsg.rm_mh.rtm_pid = getpid(); in update_default_route()
407 rtm->rtm_pid = getpid(); in nwamd_add_route()
896 rtm->rtm_pid = curproc->p_pid; in rts_wrw()1443 rtm->rtm_pid = curproc->p_pid; in rts_send()
1358 new_rtm->rtm_pid = rtm->rtm_pid; in rts_rtmget()
1493 rt_msg->rtm_pid = getpid(); in setup_rtsock()1494 if (rt_msg->rtm_pid < 0) { in setup_rtsock()
773 rtm->rtm_flags, rtm->rtm_addrs, rtm->rtm_pid, rtm->rtm_seq); in dump_rt_msg()1669 " from pid %d", (int)m.r.rtm.rtm_pid); in read_rt()
2061 rtmsg.hdr.rtm_pid != pid)); in who_is_using()