Searched refs:rt_msg2 (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | rtsock.c | 134 static int rt_msg2(u_char, struct rt_addrinfo *, caddr_t, struct walkarg *, 617 len = rt_msg2(rtm->rtm_type, &info, NULL, NULL, credp); in route_output() 634 (void) rt_msg2(out_rtm->rtm_type, &info, (caddr_t)out_rtm, in route_output() 1200 rt_msg2(u_char type, struct rt_addrinfo *rtinfo, caddr_t cp, struct walkarg *w, in rt_msg2() function 1633 size = rt_msg2(RTM_GET, &info, NULL, w, credp); in sysctl_dumpentry() 1649 size = rt_msg2(RTM_GET2, &info, NULL, w, credp); in sysctl_dumpentry() 1700 size = rt_msg2(RTM_GET_EXT, &info, NULL, w, &cred); in sysctl_dumpentry_ext() 1778 len = rt_msg2(RTM_IFINFO, &info, NULL, NULL, &cred); in sysctl_iflist() 1794 len = rt_msg2(RTM_IFINFO, &info, in sysctl_iflist() 1833 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist() [all …]
|