Searched refs:RTM_NEWADDR (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | route.h | 209 #define RTM_NEWADDR 0xc /* address being added to iface */ macro
|
| H A D | rtsock.c | 1306 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 D | route.c | 4797 case RTM_NEWADDR: in rtm_cassert()
|
| /xnu-12377.41.6/tests/ |
| H A D | net_test_lib.c | 1106 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()
|