Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c104 llap->nd_opt_lla_len = optlen / 8; in spoof_prepare_lla()
189 old_lla_len = lla.nd_opt_lla_len; in spoof_bad_lla_optlen_test()
196 lla.nd_opt_lla_len = 0; in spoof_bad_lla_optlen_test()
206 lla.nd_opt_lla_len = 2; in spoof_bad_lla_optlen_test()
217 lla.nd_opt_lla_len = old_lla_len; in spoof_bad_lla_optlen_test()
/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h398 uint8_t nd_opt_lla_len; /* in units of 8 octets */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c820 addr_len = lopt->nd_opt_lla_len * 8 - 2;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c1226 max_content_len = lo->nd_opt_lla_len * 8 - sizeof (struct nd_opt_hdr); in incoming_lla_opt()
H A Dmain.c170 optp->nd_opt_lla_len = optlen / 8; in add_opt_lla()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1911 addrlen = lla->nd_opt_lla_len * 8 - sizeof (nd_opt_hdr_t); in ipnospoof_check_ndp()