Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Droute.h159 pid_t rtm_pid; /* identify sender */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A D6to4relay.c126 rt_msg.rt_hdr.rtm_pid = getpid(); in modifyroute()
H A Dndp.c485 (m_rtm->rtm_seq != seq || m_rtm->rtm_pid != ndp_pid)); in ndp_rtmsg_get()
H A Droute.c2527 } 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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c662 rt_msg->rtm_pid = getpid(); in setup_rtsock()
663 if (rt_msg->rtm_pid < 0) { in setup_rtsock()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Drouting_events.c407 rtm->rtm_pid = getpid(); in nwamd_add_route()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c899 rtm->rtm_pid = curproc->p_pid; in rts_wrw()
1448 rtm->rtm_pid = curproc->p_pid; in rts_send()
H A Dip_rts.c1366 new_rtm->rtm_pid = rtm->rtm_pid; in rts_rtmget()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c347 rtmsg.rm_mh.rtm_pid = getpid(); in update_default_route()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1494 rt_msg->rtm_pid = getpid(); in setup_rtsock()
1495 if (rt_msg->rtm_pid < 0) { in setup_rtsock()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c773 rtm->rtm_flags, rtm->rtm_addrs, rtm->rtm_pid, rtm->rtm_seq); in dump_rt_msg()
1668 " from pid %d", (int)m.r.rtm.rtm_pid); in read_rt()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2080 rtmsg.hdr.rtm_pid != pid)); in who_is_using()