Searched defs:ndpd_msg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c2219 ipadm_ndpd_msg_t ndpd_msg; local
2229 retval = ipadm_ndpd_read(newfd, &ndpd_msg, sizeof (ndpd_msg));
2233 retval = ndpd_process_cmd(newfd, &ndpd_msg);
2236 "error %s\n", ndpd_msg.inm_ifname, strerror(retval));

Completed in 54 milliseconds