Searched refs:RTM_NEWADDR (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/bsd/net/ |
| H A D | rtsock.c | 1122 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() 1828 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist() 1840 len = rt_msg2(RTM_NEWADDR, &info, in sysctl_iflist() 1998 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist2() 2010 len = rt_msg2(RTM_NEWADDR, &info, in sysctl_iflist2()
|
| H A D | route.h | 443 #define RTM_NEWADDR 0xc /* address being added to iface */ macro
|
| /xnu-8020.140.41/tests/ |
| H A D | sioc-if-addr-bounds.c | 430 } else if (ifmsg->ifm_type == RTM_NEWADDR) { in print_rt_iflist2()
|