Home
last modified time | relevance | path

Searched refs:IPTOS_THROUGHPUT (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dip.h75 #define IPTOS_THROUGHPUT 0x08 macro
/freebsd/sys/netinet/
H A Dip.h77 #define IPTOS_THROUGHPUT 0x08 macro
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1279 #ifdef IPTOS_THROUGHPUT in passive_mode()
1280 socket_set_tos (data, IPTOS_THROUGHPUT); in passive_mode()
1389 #ifdef IPTOS_THROUGHPUT in active_mode()
1390 socket_set_tos (data, IPTOS_THROUGHPUT); in active_mode()
1433 #ifdef IPTOS_THROUGHPUT in dataconn()
1434 socket_set_tos (s, IPTOS_THROUGHPUT); in dataconn()
/freebsd/contrib/tnftp/src/
H A Dftp.c1487 #ifdef IPTOS_THROUGHPUT in initconn()
1489 on = IPTOS_THROUGHPUT; in initconn()
1631 #ifdef IPTOS_THROUGHPUT in initconn()
1633 on = IPTOS_THROUGHPUT; in initconn()
1708 #ifdef IPTOS_THROUGHPUT in dataconn()
1710 int tos = IPTOS_THROUGHPUT; in dataconn()
/freebsd/sbin/dump/
H A Ddumprmt.c168 throughput = IPTOS_THROUGHPUT; in rmtgetconn()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1209 #ifdef IPTOS_THROUGHPUT in getdatasock()
1210 socket_set_tos (s, IPTOS_THROUGHPUT); in getdatasock()
1274 #if defined(IPTOS_THROUGHPUT) in dataconn()
1276 socket_set_tos(s, IPTOS_THROUGHPUT); in dataconn()
/freebsd/crypto/openssh/
H A Ddefines.h62 # define IPTOS_THROUGHPUT 0x08 macro
H A Dmisc.c1854 { "throughput", IPTOS_THROUGHPUT },
/freebsd/libexec/ftpd/
H A Dftpd.c1861 on = IPTOS_THROUGHPUT; in getdatasock()
1936 tos = IPTOS_THROUGHPUT; in dataconn()
/freebsd/contrib/netcat/
H A Dnetcat.c1423 { "throughput", IPTOS_THROUGHPUT }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1256 { "throughput", IPTOS_THROUGHPUT }, in map_tos()
/freebsd/sbin/ipfw/
H A Dipfw2.c160 { "throughput", IPTOS_THROUGHPUT},
/freebsd/sbin/pfctl/
H A Dparse.y7214 { "throughput", IPTOS_THROUGHPUT }, in map_tos()