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

  /external/syslinux/core/fs/pxe/
tftp.h 23 #define TFTP_PORT 69
tftp.c 221 url->port = TFTP_PORT;
  /external/syslinux/gpxe/src/include/gpxe/
tftp.h 14 #define TFTP_PORT 69 /**< Default TFTP server port */
  /external/tcpdump/
udp.h 62 #ifndef TFTP_PORT
63 #define TFTP_PORT 69 /*XXX*/
print-udp.c 579 else if (IS_SRC_OR_DST_PORT(TFTP_PORT))
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_tftp.c 185 port = htons ( TFTP_PORT );
  /external/syslinux/gpxe/src/net/udp/
tftp.c 527 tftp->port = TFTP_PORT;
1165 return tftp_core_open ( xfer, uri, TFTP_PORT, NULL,
1184 return tftp_core_open ( xfer, uri, TFTP_PORT, NULL,
1204 return tftp_core_open ( xfer, uri, TFTP_PORT, NULL,
    [all...]

Completed in 495 milliseconds