Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c119 pip->nd_opt_pi_len = 4; in spoof_prepare_pi()
252 old_pi_len = pi.nd_opt_pi_len; in spoof_bad_pi_optlen_test()
258 pi.nd_opt_pi_len = 0; in spoof_bad_pi_optlen_test()
267 pi.nd_opt_pi_len = 3; in spoof_bad_pi_optlen_test()
277 pi.nd_opt_pi_len = 5; in spoof_bad_pi_optlen_test()
288 pi.nd_opt_pi_len = old_pi_len; in spoof_bad_pi_optlen_test()
/illumos-gate/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.c303 po->nd_opt_pi_len = sizeof (*po)/8; in advertise()
H A Dtables.c917 opt.nd_opt_pi_len = sizeof (opt) / 8; in tmptoken_timer()
/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h365 uint8_t nd_opt_pi_len; member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1487 if (8 * po->nd_opt_pi_len != sizeof (nd_opt_prefix_info_t)) { in intercept_prefix_info()