Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c597 if (8 * po->nd_opt_pi_len != sizeof (*po)) { in incoming_prefix_opt()
605 8 * (int)po->nd_opt_pi_len); in incoming_prefix_opt()
1359 if (8 * po->nd_opt_pi_len != sizeof (*po)) { in verify_prefix_opt()
1363 8 * (int)po->nd_opt_pi_len); in verify_prefix_opt()
H A Dmain.c302 po->nd_opt_pi_len = sizeof (*po)/8; in advertise()
H A Dtables.c915 opt.nd_opt_pi_len = sizeof (opt) / 8; in tmptoken_timer()
/titanic_41/usr/src/uts/common/netinet/
H A Dicmp6.h365 uint8_t nd_opt_pi_len; member