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

  /external/syslinux/gpxe/src/net/
iobpad.c 42 * @c min_len must not exceed @v IOB_ZLEN.
50 assert ( min_len <= IOB_ZLEN );
  /external/syslinux/gpxe/src/core/
iobuf.c 46 if ( len < IOB_ZLEN )
47 len = IOB_ZLEN;
  /external/syslinux/gpxe/src/include/gpxe/
iobuf.h 34 #define IOB_ZLEN 64

Completed in 79 milliseconds