Searched refs:TFTP_PORT (Results 1 – 9 of 9) sorted by relevance
/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/tcpdump/ |
D | udp.h | 49 #define TFTP_PORT 69 /*XXX*/ macro
|
D | print-udp.c | 574 else if (ISPORT(TFTP_PORT)) in udp_print()
|
/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/dnsmasq/src/ |
D | config.h | 71 #define TFTP_PORT 69 macro
|
D | network.c | 394 addr.in.sin_port = htons(TFTP_PORT); in create_wildcard_listeners() 510 iface->addr.in.sin_port = htons(TFTP_PORT); in create_bound_listener() 694 iface->addr.in.sin_port = htons(TFTP_PORT); in create_bound_listeners()
|
/external/syslinux/gpxe/src/arch/i386/interface/pxe/ |
D | pxe_tftp.c | 185 port = htons ( TFTP_PORT ); in pxe_tftp_open()
|