Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Droute.h208 #define RTM_NEWADDR 0xc /* address being added to iface */ macro
H A Drtsock.c1143 case RTM_NEWADDR: in rt_msg1()
1232 case RTM_NEWADDR: in rt_msg2()
1436 u_char ncmd = cmd == RTM_ADD ? RTM_NEWADDR : RTM_DELADDR; in rt_newaddrmsg()
1575 case RTM_NEWADDR: in rtm2str()
1854 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist()
1870 len = rt_msg2(RTM_NEWADDR, &info, in sysctl_iflist()
2034 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist2()
2050 len = rt_msg2(RTM_NEWADDR, &info, in sysctl_iflist2()
H A Droute.c4692 case RTM_NEWADDR: in rtm_cassert()
/xnu-10002.1.13/tests/
H A Dsioc-if-addr-bounds.c430 } else if (ifmsg->ifm_type == RTM_NEWADDR) { in print_rt_iflist2()