Home
last modified time | relevance | path

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

/external/syslinux/core/fs/pxe/
Dtftp.h23 #define TFTP_PORT 69 macro
Dtftp.c221 url->port = TFTP_PORT; in tftp_open()
/external/tcpdump/
Dudp.h49 #define TFTP_PORT 69 /*XXX*/ macro
Dprint-udp.c574 else if (ISPORT(TFTP_PORT)) in udp_print()
/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/dnsmasq/src/
Dconfig.h71 #define TFTP_PORT 69 macro
Dnetwork.c394 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/
Dpxe_tftp.c185 port = htons ( TFTP_PORT ); in pxe_tftp_open()