Home
last modified time | relevance | path

Searched defs:tos (Results 1 – 25 of 57) sorted by relevance

123

/third_party/lwip/src/include/lwip/
Dip.h255 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
263 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
271 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
281 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
313 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
315 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
317 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
319 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
333 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
335 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
[all …]
Dsockets.h364 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
381 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) argument
/third_party/lwip/src/core/ipv4/
Dip4.c829 u8_t ttl, u8_t tos,
844 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
869 u8_t ttl, u8_t tos,
882 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
1070 u8_t ttl, u8_t tos, u8_t proto)
1112 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint)
/third_party/pulseaudio/src/pulsecore/
Dsocket-util.c166 int tos = IPTOS_LOWDELAY; in pa_make_tcp_socket_low_delay() local
184 int tos = IPTOS_LOWDELAY; in pa_make_udp_socket_low_delay() local
/third_party/node/deps/v8/src/profiler/
Dtick-sample.h89 void* tos; // Top stack value (*sp). member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) argument
/third_party/musl/include/netinet/
Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) argument
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) argument
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) argument
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) argument
/third_party/lwip/src/include/lwip/prot/
Dip4.h120 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) argument
/third_party/rust/crates/nix/test/sys/
Dtest_sockopt.rs410 let tos = 0x80; // CS4 in test_ip_tos() localVariable
/third_party/libunwind/libunwind/src/dwarf/
DGexpr.c249 unsigned int tos = 0; in dwarf_eval_expr() local
/third_party/musl/porting/liteos_m/kernel/include/net/
Droute.h94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
/third_party/musl/porting/uniproton/kernel/include/net/
Droute.h94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
Droute.h94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
/third_party/musl/porting/liteos_a/kernel/include/net/
Droute.h94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
/third_party/musl/include/net/
Droute.h94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
/third_party/nghttp2/src/
Dshrpx_quic.cc130 unsigned int tos = pi.ecn; in quic_send_packet() local
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.cpp1824 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1836 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp1826 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1838 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
/third_party/icu/icu4c/source/i18n/
Dregexcmp.cpp1824 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1836 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
/third_party/lwip/src/core/
Dtcp_out.c1946 u8_t ttl, tos; in tcp_output_control_segment() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_eth_conf.h233 uint8_t tos; /**< Type of service to match. */ member
Dlayout_eth_conf_1_0.h234 uint8_t tos; /**< Type of service to match. */ member

123