OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAC_ADDR_LEN
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
print-ipfc.c
43
nd_byte ipfc_dhost[2+
MAC_ADDR_LEN
];
44
nd_byte ipfc_shost[2+
MAC_ADDR_LEN
];
58
memcpy(ipfcdst, (const char *)&ipfcp->ipfc_dhost[2],
MAC_ADDR_LEN
);
59
memcpy(ipfcsrc, (const char *)&ipfcp->ipfc_shost[2],
MAC_ADDR_LEN
);
netdissect.h
112
#define
MAC_ADDR_LEN
6U /* length of MAC addresses */
113
typedef unsigned char nd_mac_addr[
MAC_ADDR_LEN
];
/src/sys/arch/i386/stand/pxeboot/
pxe.h
66
#define
MAC_ADDR_LEN
16
67
typedef uint8_t MAC_ADDR[
MAC_ADDR_LEN
];
Completed in 23 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026