Searched refs:RTM_NEWADDR (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.101.15/bsd/net/ |
| H A D | route.h | 205 #define RTM_NEWADDR 0xc /* address being added to iface */ macro
|
| H A D | rtsock.c | 1150 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 D | route.c | 4668 case RTM_NEWADDR: in rtm_cassert()
|
| /xnu-10063.101.15/tests/ |
| H A D | inet6_addr_mode.c | 145 if (rtm->rtm_type == RTM_NEWADDR) { in inet6_get_linklocal_address()
|
| H A D | sioc-if-addr-bounds.c | 430 } else if (ifmsg->ifm_type == RTM_NEWADDR) { in print_rt_iflist2()
|