Home
last modified time | relevance | path

Searched refs:MAX_HDR_LEN (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dip6.h24 #define MAX_HDR_LEN 100 macro
26 #define MIN_IOB_LEN MAX_HDR_LEN + 100 /* To account for padding by LL */
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/
Dq_atm.c27 #define MAX_HDR_LEN 64 macro
55 unsigned char hdr[MAX_HDR_LEN]; in atm_parse_class_opt()
117 if (ptr == hdr+MAX_HDR_LEN) { in atm_parse_class_opt()
/external/syslinux/gpxe/src/net/
Dicmpv6.c35 iob_reserve ( iobuf, MAX_HDR_LEN ); in icmp6_send_solicit()
101 iob_reserve ( rxiobuf, MAX_HDR_LEN );
Dtcp.c440 iobuf = alloc_iob ( len + MAX_HDR_LEN ); in tcp_xmit()
447 iob_reserve ( iobuf, MAX_HDR_LEN ); in tcp_xmit()
563 iobuf = alloc_iob ( MAX_HDR_LEN ); in tcp_xmit_reset()
570 iob_reserve ( iobuf, MAX_HDR_LEN ); in tcp_xmit_reset()