Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Droute.h205 #define RTM_NEWADDR 0xc /* address being added to iface */ macro
H A Drtsock.c1150 case RTM_NEWADDR: in rt_msg1()
1239 case RTM_NEWADDR: in rt_msg2()
1443 u_char ncmd = cmd == RTM_ADD ? RTM_NEWADDR : RTM_DELADDR; in rt_newaddrmsg()
1582 case RTM_NEWADDR: in rtm2str()
1859 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist()
1875 len = rt_msg2(RTM_NEWADDR, &info, in sysctl_iflist()
2038 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist2()
2054 len = rt_msg2(RTM_NEWADDR, &info, in sysctl_iflist2()
H A Droute.c4668 case RTM_NEWADDR: in rtm_cassert()
/xnu-10063.101.15/tests/
H A Dinet6_addr_mode.c145 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()