Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Droute.h209 #define RTM_NEWADDR 0xc /* address being added to iface */ macro
H A Drtsock.c1306 case RTM_NEWADDR: in rt_msg1()
1396 case RTM_NEWADDR: in rt_msg2()
1601 u_char ncmd = cmd == RTM_ADD ? RTM_NEWADDR : RTM_DELADDR; in rt_newaddrmsg()
1740 case RTM_NEWADDR: in rtm2str()
2047 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist()
2063 len = rt_msg2(RTM_NEWADDR, &info, in sysctl_iflist()
2235 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist2()
2251 len = rt_msg2(RTM_NEWADDR, &info, in sysctl_iflist2()
H A Droute.c4797 case RTM_NEWADDR: in rtm_cassert()
/xnu-12377.41.6/tests/
H A Dnet_test_lib.c1106 if (rtm->rtm_type == RTM_NEWADDR) { in inet6_get_linklocal_address()
H A Dsioc-if-addr-bounds.c430 } else if (ifmsg->ifm_type == RTM_NEWADDR) { in print_rt_iflist2()