OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TFTP_PORT
(Results
1 - 7
of
7
) sorted by null
/external/tcpdump/
udp.h
48
#define
TFTP_PORT
69 /*XXX*/
print-udp.c
606
else if (ISPORT(
TFTP_PORT
))
/external/dnsmasq/src/
config.h
71
#define
TFTP_PORT
69
network.c
363
addr.in.sin_port = htons(
TFTP_PORT
);
462
iface->addr.in.sin_port = htons(
TFTP_PORT
);
/external/grub/netboot/
fsys_tftp.c
80
++iport,
TFTP_PORT
, len, &tp))
298
TFTP_PORT
, len, &tp);
etherboot.h
124
#define
TFTP_PORT
69
main.c
325
TFTP_PORT
, len, &tp))
344
++iport,
TFTP_PORT
, len, &tp))
Completed in 82 milliseconds