Home
last modified time | relevance | path

Searched defs:IPTOS_RELIABILITY (Results 1 – 8 of 8) sorted by relevance

/external/iperf3/src/
Ddscp.c56 # define IPTOS_RELIABILITY 0x04 macro
/external/tcpdump/
Dip.h76 #define IPTOS_RELIABILITY 0x04 macro
/external/kernel-headers/original/uapi/linux/
Dip.h27 #define IPTOS_RELIABILITY 0x04 macro
/external/libnl/include/linux-private/linux/
Dip.h27 #define IPTOS_RELIABILITY 0x04 macro
/external/iproute2/include/uapi/linux/
Dip.h27 #define IPTOS_RELIABILITY 0x04 macro
/external/openssh/
Ddefines.h63 # define IPTOS_RELIABILITY 0x04 macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py787 IPTOS_RELIABILITY = 0x04 variable
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1185 pub const IPTOS_RELIABILITY: u8 = 0x04; constant