Home
last modified time | relevance | path

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

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