Home
last modified time | relevance | path

Searched refs:lla (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtrace.c167 fmt_lla(char *llabuf, int bufsize, uchar_t *lla, int llalen) in fmt_lla() argument
174 (void) snprintf(cp, bufsize, "%02x", lla[i] & 0xFF); in fmt_lla()
176 (void) snprintf(cp, bufsize, "%02x:", lla[i] & 0xFF); in fmt_lla()
H A Ddefs.h143 extern char *fmt_lla(char *llabuf, int bufsize, uchar_t *lla, int llalen);
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_protect.c1598 struct nd_opt_lla *lla = NULL; in ipnospoof_check_ndp() local
1672 lla = (struct nd_opt_lla *)opt; in ipnospoof_check_ndp()
1679 if (lla == NULL) in ipnospoof_check_ndp()
1682 addrlen = lla->nd_opt_lla_len * 8 - sizeof (nd_opt_hdr_t); in ipnospoof_check_ndp()
1687 lla->nd_opt_lla_hdw_addr, maclen) != 0) { in ipnospoof_check_ndp()