HomeSort by: relevance | last modified time | path
    Searched refs:rt_msg2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
rtsock.c 122 return rt_msg2(type, rtinfo, cpv, w, lenp);
213 if ((error = rt_msg2(RTM_GET, &info, 0, w, &size)))
256 if ((error = rt_msg2(RTM_XNEWADDR, info, 0, w, &len)))
320 if ((error = rt_msg2(cmd, &info, NULL, w, &len)) != 0)
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);
638 (void)rt_msg2(rtm->rtm_type, info, rtm, NULL, 0);
1317 * rt_msg2
1330 rt_msg2(int type, struct rt_addrinfo *rtinfo, void *cpv, struct rt_walkarg *w, function

Completed in 15 milliseconds