HomeSort by: relevance | last modified time | path
    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