Home
last modified time | relevance | path

Searched refs:IPPORT_TFTP (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dtftp.h36 #define IPPORT_TFTP 69 macro
H A Dtftp.c338 h->iodesc->destport = htons(IPPORT_TFTP); in tftp_makereq()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rport.c58 { IPPORT_TFTP, "TFTP" },
379 case IPPORT_TFTP: in interpret_reserved()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c229 default_port = (sp != NULL) ? sp->s_port : htons(IPPORT_TFTP); in main()
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h215 #define IPPORT_TFTP 69 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c271 sin6_ptr->sin6_port = htons(IPPORT_TFTP); in main()