Home
last modified time | relevance | path

Searched refs:RTM_IFINFO2 (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/net/ !
H A Droute.h440 #define RTM_IFINFO2 0x12 /* */ macro
H A Drtsock.c1229 case RTM_IFINFO2: in rt_msg2()
1577 case RTM_IFINFO2: in rtm2str()
1947 len = rt_msg2(RTM_IFINFO2, &info, NULL, NULL, &cred); in sysctl_iflist2()
1959 len = rt_msg2(RTM_IFINFO2, &info, in sysctl_iflist2()
/xnu-8019.80.24/tests/ !
H A Dsioc-if-addr-bounds.c423 if (ifmsg->ifm_type == RTM_IFINFO2) { in print_rt_iflist2()