Home
last modified time | relevance | path

Searched refs:UDP_MAX_HLEN (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/net/
Dudp.c200 if ( ( rc = iob_ensure_headroom ( iobuf, UDP_MAX_HLEN ) ) != 0 ) { in udp_tx()
380 iobuf = alloc_iob ( UDP_MAX_HLEN + len ); in udp_alloc_iob()
386 iob_reserve ( iobuf, UDP_MAX_HLEN ); in udp_alloc_iob()
/external/syslinux/gpxe/src/include/gpxe/
Dudp.h25 #define UDP_MAX_HLEN 72 macro