/third_party/lwip/src/include/lwip/ |
D | ip.h | 255 #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 …]
|
/third_party/lwip/src/core/ipv4/ |
D | ip4.c | 829 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/gstreamer/gstreamer/libs/gst/net/ |
D | gstnetutils.c | 65 gint tos, fd; in gst_net_utils_set_socket_tos() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | socket-util.c | 169 int tos = IPTOS_LOWDELAY; in pa_make_tcp_socket_low_delay() local 187 int tos = IPTOS_LOWDELAY; in pa_make_udp_socket_low_delay() local
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | ip.h | 32 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/ |
D | ip.h | 32 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/ |
D | ip.h | 32 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_iccarm/kernel/include/netinet/ |
D | ip.h | 32 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/ |
D | ip.h | 32 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/ndk_musl_include/netinet/ |
D | ip.h | 32 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/ |
D | ip4.h | 120 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) argument
|
/third_party/rust/crates/nix/test/sys/ |
D | test_sockopt.rs | 410 let tos = 0x80; // CS4 in test_ip_tos() localVariable
|
/third_party/libunwind/src/dwarf/ |
D | Gexpr.c | 249 unsigned int tos = 0; in dwarf_eval_expr() local
|
/third_party/musl/include/net/ |
D | route.h | 94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
|
/third_party/musl/porting/uniproton/kernel/include/net/ |
D | route.h | 94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
|
/third_party/musl/ndk_musl_include/net/ |
D | route.h | 94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/ |
D | route.h | 94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
|
/third_party/musl/porting/liteos_m/kernel/include/net/ |
D | route.h | 94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
|
/third_party/musl/porting/liteos_a/kernel/include/net/ |
D | route.h | 94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | sctpassociation.c | 774 sctp_packet_out (void *addr, void *buffer, size_t length, guint8 tos, in sctp_packet_out()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.cpp | 1806 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1818 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.cpp | 1826 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1838 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
|
/third_party/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 1826 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1838 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | regexcmp.cpp | 1824 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1836 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlbasesink.c | 1436 gint tos; in gst_curl_base_sink_setup_dscp_unlocked() local
|