Searched refs:rt_msg2 (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.61.5/bsd/net/ ! |
| H A D | rtsock.c | 141 static int rt_msg2(u_char, struct rt_addrinfo *, caddr_t __indexable, struct walkarg *, 678 len = rt_msg2(RTM->rtm_type, &info, NULL, NULL, credp); in route_output() 712 (void) rt_msg2(out_rtm->rtm_type, &info, rtm_tmpbuf, in route_output() 1380 rt_msg2(u_char type, struct rt_addrinfo *rtinfo, caddr_t cp __header_indexable, struct walkarg *w, in rt_msg2() function 1814 size = rt_msg2(RTM_GET, &info, NULL, w, credp); in sysctl_dumpentry() 1830 size = rt_msg2(RTM_GET2, &info, NULL, w, credp); in sysctl_dumpentry() 1880 size = rt_msg2(RTM_GET_EXT, &info, NULL, w, &cred); in sysctl_dumpentry_ext() 1979 len = rt_msg2(RTM_IFINFO, &info, NULL, NULL, &cred); in sysctl_iflist() 1995 len = rt_msg2(RTM_IFINFO, &info, in sysctl_iflist() 2042 len = rt_msg2(RTM_NEWADDR, &info, NULL, NULL, in sysctl_iflist() [all …]
|