NDP_RTM_MSGLEN
rt_msg = (struct rt_msghdr *)malloc(NDP_RTM_MSGLEN);
bzero(rt_msg, NDP_RTM_MSGLEN);
rt_msg->rtm_msglen = NDP_RTM_MSGLEN;