Home
last modified time | relevance | path

Searched refs:rtmsg_pkt_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c50 } rtmsg_pkt_t; typedef
80 static int ndp_rtmsg_get(int, rtmsg_pkt_t *, struct sockaddr *);
428 ndp_rtmsg_get(int fd, rtmsg_pkt_t *msg, struct sockaddr *sin6p) in ndp_rtmsg_get()
437 bzero(msg, sizeof (rtmsg_pkt_t)); in ndp_rtmsg_get()
444 m_rtm->rtm_msglen = sizeof (rtmsg_pkt_t); in ndp_rtmsg_get()
483 mlen = read(fd, (char *)msg, sizeof (rtmsg_pkt_t)); in ndp_rtmsg_get()
504 rtmsg_pkt_t msg; in ndp_find_interface()