Home
last modified time | relevance | path

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

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