Searched refs:rt_msg2 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/net/ |
H A D | rtsock.c | 122 return rt_msg2(type, rtinfo, cpv, w, lenp); in rt_msg3() 213 if ((error = rt_msg2(RTM_GET, &info, 0, w, &size))) in sysctl_dumpentry() 256 if ((error = rt_msg2(RTM_XNEWADDR, info, 0, w, &len))) in sysctl_iflist_addr() 320 if ((error = rt_msg2(cmd, &info, NULL, w, &len)) != 0) in sysctl_iflist()
|
H A D | rtsock_shared.c | 165 static int rt_msg2(int, struct rt_addrinfo *, void *, struct rt_walkarg *, int *); 627 error = rt_msg2(rtm->rtm_type, info, NULL, NULL, &len); in route_output_report() 638 (void)rt_msg2(rtm->rtm_type, info, rtm, NULL, 0); in route_output_report() 1330 rt_msg2(int type, struct rt_addrinfo *rtinfo, void *cpv, struct rt_walkarg *w, in rt_msg2() function
|