Searched refs:lla (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | trace.c | 167 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 D | defs.h | 143 extern char *fmt_lla(char *llabuf, int bufsize, uchar_t *lla, int llalen);
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 1598 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()
|