Home
last modified time | relevance | path

Searched refs:m_rtm (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Droute.c695 struct rt_msghdr m_rtm; member
752 rtmes.m_rtm.rtm_type = cmd; in rt_Set()
753 rtmes.m_rtm.rtm_addrs = RTA_DST; in rt_Set()
755 rtmes.m_rtm.rtm_pid = getpid(); in rt_Set()
804 rtmes.m_rtm.rtm_msglen = nb; in rt_Set()
871 rtmes.m_rtm.rtm_type = RTM_CHANGE; in rt_Update()
872 rtmes.m_rtm.rtm_addrs = 0; in rt_Update()
874 rtmes.m_rtm.rtm_pid = getpid(); in rt_Update()
888 rtmes.m_rtm.rtm_inits |= RTV_MTU; in rt_Update()
892 rtmes.m_rtm.rtm_addrs |= RTA_DST; in rt_Update()
[all …]
/dragonfly/libexec/bootpd/
H A Drtmsg.c110 struct rt_msghdr m_rtm; member
122 struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in bsd_arp_set()
189 struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in rtmsg()
/dragonfly/usr.sbin/arp/
H A Darp.c100 struct rt_msghdr m_rtm; member
275 struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in set()
402 struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in delete()
624 struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in rtmsg()
/dragonfly/usr.sbin/ndp/
H A Dndp.c370 struct rt_msghdr m_rtm; member
382 struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in set()
498 struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in delete()
851 struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in rtmsg()
/dragonfly/sbin/route/
H A Droute.c1276 struct rt_msghdr m_rtm; member
1309 #define rtm m_rtmsg.m_rtm in rtmsg()