Searched refs:TFTP_PORT (Results 1 – 7 of 7) sorted by relevance
/external/tcpdump/ |
D | udp.h | 62 #ifndef TFTP_PORT 63 #define TFTP_PORT 69 /*XXX*/ macro
|
D | print-udp.c | 579 else if (IS_SRC_OR_DST_PORT(TFTP_PORT)) in udp_print()
|
/external/syslinux/core/fs/pxe/ |
D | tftp.h | 23 #define TFTP_PORT 69 macro
|
D | tftp.c | 221 url->port = TFTP_PORT; in tftp_open()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | tftp.h | 14 #define TFTP_PORT 69 /**< Default TFTP server port */ macro
|
/external/syslinux/gpxe/src/net/udp/ |
D | tftp.c | 527 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/ |
D | pxe_tftp.c | 185 port = htons ( TFTP_PORT ); in pxe_tftp_open()
|