Home
last modified time | relevance | path

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

/external/tcpdump/
Dudp.h48 #define TFTP_PORT 69 /*XXX*/ macro
Dprint-udp.c606 else if (ISPORT(TFTP_PORT)) in udp_print()
/external/grub/netboot/
Dfsys_tftp.c80 ++iport, TFTP_PORT, len, &tp)) in buf_fill()
298 TFTP_PORT, len, &tp); in send_rrq()
Detherboot.h124 #define TFTP_PORT 69 macro
Dmain.c325 TFTP_PORT, len, &tp)) in tftp()
344 ++iport, TFTP_PORT, len, &tp)) in tftp()
/external/dnsmasq/src/
Dconfig.h71 #define TFTP_PORT 69 macro
Dnetwork.c363 addr.in.sin_port = htons(TFTP_PORT); in create_wildcard_listeners()
462 iface->addr.in.sin_port = htons(TFTP_PORT); in create_bound_listeners()