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

  /external/syslinux/gpxe/src/core/
filter.c 59 return xfer_alloc_iob ( other, len );
xfer.c 124 struct io_buffer * xfer_alloc_iob ( struct xfer_interface *xfer, size_t len ) { function
263 iobuf = xfer_alloc_iob ( xfer, 0 );
  /external/syslinux/gpxe/src/include/gpxe/
xfer.h 143 extern struct io_buffer * xfer_alloc_iob ( struct xfer_interface *xfer,
  /external/syslinux/gpxe/src/drivers/block/
srp.c 117 iobuf = xfer_alloc_iob ( &srp->socket, sizeof ( *login_req ) );
239 iobuf = xfer_alloc_iob ( &srp->socket, SRP_MAX_I_T_IU_LEN );
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_udp.c 291 iobuf = xfer_alloc_iob ( &pxe_udp.xfer, len );
  /external/syslinux/gpxe/src/net/udp/
tftp.c 356 iobuf = xfer_alloc_iob ( &tftp->socket, len );
402 iobuf = xfer_alloc_iob ( &tftp->socket, sizeof ( *ack ) );
437 iobuf = xfer_alloc_iob ( &tftp->socket, msglen );
    [all...]
slam.c 263 iobuf = xfer_alloc_iob ( &slam->socket, SLAM_MAX_NACK_LEN );
dhcp.c     [all...]
  /external/syslinux/gpxe/src/net/tcp/
iscsi.c 411 iobuf = xfer_alloc_iob ( &iscsi->socket, len );
591 iobuf = xfer_alloc_iob ( &iscsi->socket, len );
    [all...]
  /external/syslinux/gpxe/src/net/
tls.c     [all...]

Completed in 79 milliseconds