Home
last modified time | relevance | path

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

/external/strace/xlat/
Dip_type_of_services.h18 #if defined(IPTOS_RELIABILITY) || (defined(HAVE_DECL_IPTOS_RELIABILITY) && HAVE_DECL_IPTOS_RELIABIL…
19 XLAT(IPTOS_RELIABILITY),
Dip_type_of_services.in3 IPTOS_RELIABILITY
/external/iperf3/src/
Ddscp.c55 # define IPTOS_RELIABILITY 0x04 macro
120 { "reliability", IPTOS_RELIABILITY },
/external/iptables/extensions/
Dtos_values.c20 {IPTOS_RELIABILITY, "Maximize-Reliability"},
/external/tcpdump/
Dip.h76 #define IPTOS_RELIABILITY 0x04 macro
/external/grpc-grpc/test/core/iomgr/
Dsocket_utils_test.cc118 mutator.option_value = IPTOS_RELIABILITY; in main()
/external/libnl/include/linux-private/linux/
Dip.h26 #define IPTOS_RELIABILITY 0x04 macro
/external/iproute2/include/uapi/linux/
Dip.h27 #define IPTOS_RELIABILITY 0x04 macro
/external/kernel-headers/original/uapi/linux/
Dip.h27 #define IPTOS_RELIABILITY 0x04 macro
/external/openssh/
Ddefines.h63 # define IPTOS_RELIABILITY 0x04 macro
Dmisc.c1111 { "reliability", IPTOS_RELIABILITY },
/external/python/cpython2/Lib/plat-atheos/
DIN.py787 IPTOS_RELIABILITY = 0x04 variable
/external/iptables/libxtables/
Dxtoptions.c360 {IPTOS_RELIABILITY, "Maximize-Reliability"},
/external/openssh/regress/
Dnetcat.c1229 { "reliability", IPTOS_RELIABILITY }, in map_tos()