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

  /external/syslinux/gpxe/src/include/gpxe/
filter.h 65 struct xfer_interface_operations *left_op,
67 struct xfer_interface_operations *right_op,
xfer.h 21 struct xfer_interface_operations { struct
95 struct xfer_interface_operations *op;
136 extern struct xfer_interface_operations null_xfer_ops;
181 struct xfer_interface_operations *op,
  /external/syslinux/gpxe/src/core/
hw.c 36 static struct xfer_interface_operations hw_xfer_operations = {
xfer.c 48 struct xfer_interface_operations *op = xfer->op;
274 * xfer_interface_operations table.
401 struct xfer_interface_operations null_xfer_ops = {
downloader.c 227 static struct xfer_interface_operations downloader_xfer_operations = {
posix_io.c 140 static struct xfer_interface_operations posix_file_xfer_operations = {
resolv.c 335 static struct xfer_interface_operations named_xfer_ops = {
  /external/syslinux/gpxe/src/net/tcp/
ftp.c 358 static struct xfer_interface_operations ftp_control_operations = {
425 static struct xfer_interface_operations ftp_data_operations = {
457 static struct xfer_interface_operations ftp_xfer_operations = {
http.c 489 static struct xfer_interface_operations http_socket_operations = {
515 static struct xfer_interface_operations http_xfer_operations = {
iscsi.c     [all...]
  /external/syslinux/gpxe/src/net/udp/
slam.c 617 static struct xfer_interface_operations slam_socket_operations = {
643 static struct xfer_interface_operations slam_mc_socket_operations = {
675 static struct xfer_interface_operations slam_xfer_operations = {
dns.c 462 static struct xfer_interface_operations dns_socket_operations = {
tftp.c 1016 static struct xfer_interface_operations tftp_socket_operations = {
1043 static struct xfer_interface_operations tftp_mc_socket_operations = {
1087 static struct xfer_interface_operations tftp_xfer_operations = {
    [all...]
dhcp.c     [all...]
  /external/syslinux/gpxe/src/net/
udp.c 46 static struct xfer_interface_operations udp_xfer_operations;
412 static struct xfer_interface_operations udp_xfer_operations = {
tcp.c 95 static struct xfer_interface_operations tcp_xfer_operations;
1104 static struct xfer_interface_operations tcp_xfer_operations = {
tls.c     [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_tftp.c 141 static struct xfer_interface_operations pxe_tftp_xfer_ops = {
pxe_udp.c 105 static struct xfer_interface_operations pxe_udp_xfer_operations = {
  /external/syslinux/gpxe/src/net/infiniband/
ib_cmrc.c 357 static struct xfer_interface_operations ib_cmrc_xfer_operations = {
  /external/syslinux/gpxe/src/drivers/block/
srp.c 424 static struct xfer_interface_operations srp_xfer_operations = {

Completed in 343 milliseconds