Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtrace.c107 (po->nd_opt_pi_flags_reserved & in print_opt()
111 (po->nd_opt_pi_flags_reserved & in print_opt()
H A Dndp.c618 if ((po->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_AUTO) && in incoming_prefix_opt()
622 if ((po->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_ONLINK) && in incoming_prefix_opt()
1382 pktflag = ((po->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_AUTO) != 0); in verify_prefix_opt()
1393 pktflag = ((po->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_ONLINK) != 0); in verify_prefix_opt()
H A Dmain.c304 po->nd_opt_pi_flags_reserved = 0; in advertise()
306 po->nd_opt_pi_flags_reserved |= in advertise()
310 po->nd_opt_pi_flags_reserved |= in advertise()
H A Dtables.c919 opt.nd_opt_pi_flags_reserved = ND_OPT_PI_FLAG_AUTO; in tmptoken_timer()
925 opt.nd_opt_pi_flags_reserved &= ND_OPT_PI_FLAG_ONLINK; in tmptoken_timer()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c870 popt->nd_opt_pi_flags_reserved &
872 popt->nd_opt_pi_flags_reserved &
/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h367 uint8_t nd_opt_pi_flags_reserved; member
/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c121 pip->nd_opt_pi_flags_reserved = in spoof_prepare_pi()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1502 if ((po->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_AUTO) == 0) in intercept_prefix_info()