HomeSort by relevance Sort by last modified time
    Searched refs:UDP_MAX_HLEN (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
udp.h 25 #define UDP_MAX_HLEN 72
  /external/syslinux/gpxe/src/net/
udp.c 200 if ( ( rc = iob_ensure_headroom ( iobuf, UDP_MAX_HLEN ) ) != 0 ) {
380 iobuf = alloc_iob ( UDP_MAX_HLEN + len );
386 iob_reserve ( iobuf, UDP_MAX_HLEN );

Completed in 143 milliseconds