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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Diso88025.h49 #define ISO88025_ADDR_LEN 6 macro
50 #define ISO88025_HDR_LEN (ISO88025_CF_LEN + (ISO88025_ADDR_LEN * 2))
92 u_char iso88025_dhost[ISO88025_ADDR_LEN]; /* destination address */
93 u_char iso88025_shost[ISO88025_ADDR_LEN]; /* source address */
99 u_char ether_dhost[ISO88025_ADDR_LEN];
100 u_char ether_shost[ISO88025_ADDR_LEN];
110 u_char octet[ISO88025_ADDR_LEN];

Completed in 32 milliseconds