Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Droute.h208 #define RTM_NEWADDR 0xc /* address being added to iface */ macro
H A Drtsock.c1122 case RTM_NEWADDR: in rt_msg1()
1211 case RTM_NEWADDR: in rt_msg2()
1415 u_char ncmd = cmd == RTM_ADD ? RTM_NEWADDR : RTM_DELADDR; in rt_newaddrmsg()
1554 case RTM_NEWADDR: in rtm2str()
1833 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist()
1849 len = rt_msg2(RTM_NEWADDR, &info, in sysctl_iflist()
2013 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist2()
2029 len = rt_msg2(RTM_NEWADDR, &info, in sysctl_iflist2()
H A Droute.c4687 case RTM_NEWADDR: in rtm_cassert()
/xnu-8792.41.9/tests/
H A Dsioc-if-addr-bounds.c430 } else if (ifmsg->ifm_type == RTM_NEWADDR) { in print_rt_iflist2()