Home
last modified time | relevance | path

Searched refs:TFTP_PORT (Results 1 – 7 of 7) sorted by relevance

/external/tcpdump/
Dudp.h62 #ifndef TFTP_PORT
63 #define TFTP_PORT 69 /*XXX*/ macro
Dprint-udp.c579 else if (IS_SRC_OR_DST_PORT(TFTP_PORT)) in udp_print()
/external/syslinux/core/fs/pxe/
Dtftp.h23 #define TFTP_PORT 69 macro
Dtftp.c221 url->port = TFTP_PORT; in tftp_open()
/external/syslinux/gpxe/src/include/gpxe/
Dtftp.h14 #define TFTP_PORT 69 /**< Default TFTP server port */ macro
/external/syslinux/gpxe/src/net/udp/
Dtftp.c527 tftp->port = TFTP_PORT; in tftp_timer_expired()
1165 return tftp_core_open ( xfer, uri, TFTP_PORT, NULL, in tftp_open()
1184 return tftp_core_open ( xfer, uri, TFTP_PORT, NULL, in tftpsize_open()
1204 return tftp_core_open ( xfer, uri, TFTP_PORT, NULL, in tftm_open()
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_tftp.c185 port = htons ( TFTP_PORT ); in pxe_tftp_open()