rt_msg2
return rt_msg2(type, rtinfo, cpv, w, lenp);
if ((error = rt_msg2(RTM_GET, &info, 0, w, &size)))
if ((error = rt_msg2(RTM_XNEWADDR, info, 0, w, &len)))
if ((error = rt_msg2(cmd, &info, NULL, w, &len)) != 0)
static int rt_msg2(int, struct rt_addrinfo *, void *, struct rt_walkarg *, int *);
error = rt_msg2(rtm->rtm_type, info, NULL, NULL, &len);
(void)rt_msg2(rtm->rtm_type, info, rtm, NULL, 0);