rtsock_msg_mbuf
m = rtsock_msg_mbuf(type, rtinfo);
static struct mbuf *rtsock_msg_mbuf(int type, struct rt_addrinfo *rtinfo);
m = rtsock_msg_mbuf(RTM_IFINFO, &info);
if ((m = rtsock_msg_mbuf(ncmd, &info)) == NULL)
m = rtsock_msg_mbuf(cmd, info);
m = rtsock_msg_mbuf(cmd, &info);
m = rtsock_msg_mbuf(type, info);