Searched refs:TFTP_PORT (Results 1 – 7 of 7) sorted by relevance
/external/tcpdump/ |
D | udp.h | 48 #define TFTP_PORT 69 /*XXX*/ macro
|
D | print-udp.c | 606 else if (ISPORT(TFTP_PORT)) in udp_print()
|
/external/grub/netboot/ |
D | fsys_tftp.c | 80 ++iport, TFTP_PORT, len, &tp)) in buf_fill() 298 TFTP_PORT, len, &tp); in send_rrq()
|
D | etherboot.h | 124 #define TFTP_PORT 69 macro
|
D | main.c | 325 TFTP_PORT, len, &tp)) in tftp() 344 ++iport, TFTP_PORT, len, &tp)) in tftp()
|
/external/dnsmasq/src/ |
D | config.h | 71 #define TFTP_PORT 69 macro
|
D | network.c | 363 addr.in.sin_port = htons(TFTP_PORT); in create_wildcard_listeners() 462 iface->addr.in.sin_port = htons(TFTP_PORT); in create_bound_listeners()
|