Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/tcpdump/
Dip.h73 #define IPTOS_THROUGHPUT 0x08 macro
/freebsd-10-stable/sys/netinet/
Dip.h78 #define IPTOS_THROUGHPUT 0x08 macro
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
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-10-stable/contrib/tnftp/src/
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-10-stable/sbin/dump/
Ddumprmt.c175 throughput = IPTOS_THROUGHPUT; in rmtgetconn()
/freebsd-10-stable/bin/rcp/
Drcp.c275 tos = IPTOS_THROUGHPUT; in toremote()
339 tos = IPTOS_THROUGHPUT; in tolocal()
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
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-10-stable/crypto/openssh/
Ddefines.h65 # define IPTOS_THROUGHPUT 0x08 macro
Dmisc.c1105 { "throughput", IPTOS_THROUGHPUT },
Dservconf.c351 options->ip_qos_bulk = IPTOS_THROUGHPUT; in fill_default_server_options()
Dreadconf.c2078 options->ip_qos_bulk = IPTOS_THROUGHPUT; in fill_default_options()
/freebsd-10-stable/contrib/opie/
Dopieftpd.c160 #ifndef IPTOS_THROUGHPUT
817 on = IPTOS_THROUGHPUT;
/freebsd-10-stable/contrib/netcat/
Dnetcat.c1274 { "throughput", IPTOS_THROUGHPUT }, in map_tos()
/freebsd-10-stable/libexec/ftpd/
Dftpd.c1894 on = IPTOS_THROUGHPUT; in getdatasock()
1969 tos = IPTOS_THROUGHPUT; in dataconn()
/freebsd-10-stable/crypto/openssh/regress/
Dnetcat.c1230 { "throughput", IPTOS_THROUGHPUT }, in map_tos()
/freebsd-10-stable/sbin/ipfw/
Dipfw2.c164 { "throughput", IPTOS_THROUGHPUT},
/freebsd-10-stable/sbin/pfctl/
Dparse.y3514 $$ = IPTOS_THROUGHPUT;