Searched defs:MAX_HDR_LEN (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
H A Dip6.h24 #define MAX_HDR_LEN 100 macro
26 #define MIN_IOB_LEN MAX_HDR_LEN + 100 /* To account for padding by LL */
H A Dtcp.h261 #define MAX_HDR_LEN 100 macro
263 #define MIN_IOB_LEN MAX_HDR_LEN + 100 /* To account for padding by LL */
/external/iproute2/tc/
H A Dq_atm.c27 #define MAX_HDR_LEN 64 macro
53 unsigned char hdr[MAX_HDR_LEN];
109 if (ptr == hdr+MAX_HDR_LEN) {

Completed in 181 milliseconds