Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcpdump/
H A Dip.h75 #define IPTOS_THROUGHPUT 0x08 macro
/freebsd-13.1/sys/netinet/
H A Dip.h80 #define IPTOS_THROUGHPUT 0x08 macro
/freebsd-13.1/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-13.1/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-13.1/sbin/dump/
H A Ddumprmt.c176 throughput = IPTOS_THROUGHPUT; in rmtgetconn()
/freebsd-13.1/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-13.1/crypto/openssh/
H A Ddefines.h62 # define IPTOS_THROUGHPUT 0x08 macro
H A Dmisc.c1794 { "throughput", IPTOS_THROUGHPUT },
/freebsd-13.1/contrib/opie/
H A Dopieftpd.c160 #ifndef IPTOS_THROUGHPUT
817 on = IPTOS_THROUGHPUT;
/freebsd-13.1/contrib/netcat/
H A Dnetcat.c1378 { "throughput", IPTOS_THROUGHPUT }, in map_tos()
/freebsd-13.1/libexec/ftpd/
H A Dftpd.c1904 on = IPTOS_THROUGHPUT; in getdatasock()
1979 tos = IPTOS_THROUGHPUT; in dataconn()
/freebsd-13.1/crypto/openssh/regress/
H A Dnetcat.c1256 { "throughput", IPTOS_THROUGHPUT }, in map_tos()
/freebsd-13.1/sbin/ipfw/
H A Dipfw2.c162 { "throughput", IPTOS_THROUGHPUT},
/freebsd-13.1/sbin/pfctl/
H A Dparse.y6481 { "throughput", IPTOS_THROUGHPUT }, in map_tos()