Searched refs:ether_addr_octet (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dether.c26 uint8_t ether_addr_octet[6]; member in struct:ether_addr
56 tmpaddr.ether_addr_octet[0] = ao[0]; \
57 tmpaddr.ether_addr_octet[1] = ao[1]; \
58 tmpaddr.ether_addr_octet[2] = ao[2]; \
59 tmpaddr.ether_addr_octet[3] = ao[3]; \
60 tmpaddr.ether_addr_octet[4] = ao[4]; \
61 tmpaddr.ether_addr_octet[5] = ao[5]; } \
146 addr.ether_addr_octet[0],
147 addr.ether_addr_octet[1],
148 addr.ether_addr_octet[
[all...]
/macosx-10.10.1/Libinfo-459/gen.subproj/
H A Dether_addr.c63 for (i = 0; i < 6; i++) e->ether_addr_octet[i] = t[i];
70 #define EI(i) (unsigned int)(e->ether_addr_octet[(i)])
106 for (i = 0; i < 6; i++) ep->ether_addr_octet[i] = t[i];
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.h46 u_char ether_addr_octet[ETHER_ADDR_LEN]; member in struct:kdp_ether_addr
H A Dkdp_udp.c835 ((my_enaddr.ether_addr_octet[0] & 0xff) == 0
836 && (my_enaddr.ether_addr_octet[1] & 0xff) == 0
837 && (my_enaddr.ether_addr_octet[2] & 0xff) == 0
838 && (my_enaddr.ether_addr_octet[3] & 0xff) == 0
839 && (my_enaddr.ether_addr_octet[4] & 0xff) == 0
840 && (my_enaddr.ether_addr_octet[5] & 0xff) == 0
1156 kdp_mac_addr.ether_addr_octet[0] & 0xff,
1157 kdp_mac_addr.ether_addr_octet[1] & 0xff,
1158 kdp_mac_addr.ether_addr_octet[2] & 0xff,
1159 kdp_mac_addr.ether_addr_octet[
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dethernet.h98 #define ether_addr_octet octet macro
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dif_ether.h72 #define ea_byte ether_addr_octet
H A Dip_compat.h72 u_char ether_addr_octet[6];
712 char ether_addr_octet[6];
/macosx-10.10.1/libpcap-48/libpcap/
H A Dnametoaddr.c472 unsigned char ether_addr_octet[6]; member in struct:ether_addr
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dsi_module.c1216 if (ether->ether_addr_octet[i] <= 15)
1218 sprintf(e[i], "0%x", ether->ether_addr_octet[i]);
1222 sprintf(e[i], "%x", ether->ether_addr_octet[i]);
H A Dlibinfo.c1552 for (i = 0; i < 6; i++) e->ether_addr_octet[i] = t[i];
1569 for (i = 0; i < 6; i++) x[i] = e->ether_addr_octet[i];
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbootplookup.c310 #define EI(i) (u_char)(e->ether_addr_octet[(i)])
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Daddrtoname.c49 unsigned char ether_addr_octet[6]; member in struct:ether_addr

Completed in 207 milliseconds