Searched refs:lla (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c174 struct nd_opt_lla lla; local
179 spoof_prepare_lla(&lla, nce, &iovs[1]);
189 old_lla_len = lla.nd_opt_lla_len;
196 lla.nd_opt_lla_len = 0;
206 lla.nd_opt_lla_len = 2;
217 lla.nd_opt_lla_len = old_lla_len;
237 struct nd_opt_lla lla; local
242 spoof_prepare_lla(&lla, nce, &iovs[1]);
308 struct nd_opt_lla lla; local
312 spoof_prepare_lla(&lla, nc
339 struct nd_opt_lla lla; local
367 struct nd_opt_lla lla; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtrace.c167 fmt_lla(char *llabuf, int bufsize, uchar_t *lla, int llalen) argument
174 (void) snprintf(cp, bufsize, "%02x", lla[i] & 0xFF);
176 (void) snprintf(cp, bufsize, "%02x:", lla[i] & 0xFF);
H A Ddefs.h143 extern char *fmt_lla(char *llabuf, int bufsize, uchar_t *lla, int llalen);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1827 struct nd_opt_lla *lla = NULL; local
1901 lla = (struct nd_opt_lla *)opt;
1908 if (lla == NULL)
1911 addrlen = lla->nd_opt_lla_len * 8 - sizeof (nd_opt_hdr_t);
1916 lla->nd_opt_lla_hdw_addr, maclen) != 0) {

Completed in 65 milliseconds