Home
last modified time | relevance | path

Searched refs:tos (Results 26 - 50 of 81) sorted by relevance

1234

/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2503 MemOperand tos(sp, -2 * static_cast<int>(kXRegSizeInBytes), PreIndex); in Emit()
2505 stp(x29, x30, tos); in Emit()
2506 stp(x27, x28, tos); in Emit()
2507 stp(x25, x26, tos); in Emit()
2508 stp(x23, x24, tos); in Emit()
2509 stp(x21, x22, tos); in Emit()
2510 stp(x19, x20, tos); in Emit()
2512 stp(d14, d15, tos); in Emit()
2513 stp(d12, d13, tos); in Emit()
2514 stp(d10, d11, tos); in Emit()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_general.c1021 hi_s32 tos; in ip_start_tcp_client() local
1042 tos = 128; /* 128:TOS设定为128,对应tid = 4,WLAN_WME_AC_VI */ in ip_start_tcp_client()
1043 ret = setsockopt(sfd, IPPROTO_IP, IP_TOS, &tos, sizeof(tos)); in ip_start_tcp_client()
1104 hi_u32 tos; in ip_start_udp() local
1133 tos = 128; /* 128:TOS is set to 128, corresponding to tid = 4,WLAN_WME_AC_VI */ in ip_start_udp()
1134 ret = setsockopt(sfd, IPPROTO_IP, IP_TOS, &tos, sizeof(tos)); in ip_start_udp()
/third_party/node/deps/v8/src/profiler/
H A Dtick-sample.h89 void* tos; // Top stack value (*sp). member
H A Dtick-sample.cc196 // tos = in Init()
198 tos = nullptr; in Init()
200 tos = nullptr; in Init()
367 has_external_callback ? "external_callback_entry" : "tos", tos); in print()
H A Dsymbolizer.cc79 attributed_pc = reinterpret_cast<Address>(sample.tos); in SymbolizeTickSample()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h489 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
512 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
/third_party/lwip/src/include/lwip/
H A Dsockets.h364 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
381 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
/third_party/nghttp2/src/
H A Dshrpx_quic.cc130 unsigned int tos = pi.ecn; in quic_send_packet() local
131 memcpy(CMSG_DATA(cm), &tos, sizeof(tos)); in quic_send_packet() local
H A Dutil.cc1775 unsigned int tos; in msghdr_get_ecn() local
1777 memcpy(&tos, CMSG_DATA(cmsg), sizeof(tos)); in msghdr_get_ecn()
1779 return tos & IPTOS_ECN_MASK; in msghdr_get_ecn()
/third_party/rust/crates/nix/test/sys/
H A Dtest_sockopt.rs410 let tos = 0x80; // CS4 in test_ip_tos()
411 setsockopt(fd, sockopt::IpTos, &tos).unwrap(); in test_ip_tos()
412 assert_eq!(getsockopt(fd, sockopt::IpTos).unwrap(), tos); in test_ip_tos()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_eth_conf_1_0.h234 uint8_t tos; /**< Type of service to match. */ member
H A Dlayout_eth_conf.h233 uint8_t tos; /**< Type of service to match. */ member
/third_party/toybox/toys/pending/
H A Dip.c2177 "SELECTOR := [ from PREFIX ] [ to PREFIX ] [pref NUMBER] [ tos TOS ]\n" in show_iprule_help()
2186 {"order", 2}, {"priority", 2}, {"tos", 3}, {"dsfield", 3}, {"fwmark", 4}, in ruleupdate()
2243 uint32_t tos; in ruleupdate() local
2245 if ((tos = idxfromRPDB(*argv, RPDB_rtdsfield)) < 0) in ruleupdate()
2247 request.msg.rtm_tos = tos; in ruleupdate()
2364 printf("tos %s ", namefromRPDB(msg->rtm_tos, RPDB_rtdsfield)); in show_rules()
2426 " [tos TOS] [[no]pmtudisc] [dev PHYS_DEV]"); in show_iptunnel_help()
2474 if (ptnl->iph.tos) { in display_tunnel()
2475 printf(" tos"); in display_tunnel()
2476 if (ptnl->iph.tos in display_tunnel()
[all...]
/third_party/lwip/src/core/
H A Dtcp_out.c1621 pcb->tos, IP_PROTO_TCP, netif); in tcp_output_segment()
1946 u8_t ttl, tos; in tcp_output_control_segment() local
1957 tos = pcb->tos; in tcp_output_control_segment()
1961 tos = 0; in tcp_output_control_segment()
1964 err = ip_output_if(p, src, dst, ttl, tos, IP_PROTO_TCP, netif); in tcp_output_control_segment()
H A Draw.c549 err = ip_output_if(q, src_ip, dst_ip, ttl, pcb->tos, pcb->protocol, netif); in raw_sendto_if_src()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmip.h124 uint8 tos; /* Type Of Service */ member
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp2173 double tos = test->oppPtTStart()->fT; in DebugCheckOverlap()
2174 SkASSERT(between(0, tos, 1)); in DebugCheckOverlap()
2177 SkASSERT(tos != toe); in DebugCheckOverlap()
2178 if (tos > toe) { in DebugCheckOverlap()
2180 swap(tos, toe); in DebugCheckOverlap()
2212 SkASSERT(toe < los || loe < tos); in DebugCheckOverlap()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_netbuf.h61 uint8_t tos; member
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-icmpv4_sender.c368 pkt.hdr.tos = 0; in create_clean_packet()
H A Dns-icmp_redirector.c407 sndip_p->hdr.tos = 0; in return_icmp4_redirect()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_eth_conf.rs1233 pub tos: u8,
1275 unsafe { ::std::ptr::addr_of!((*ptr).tos) as usize - ptr as usize }, in bindgen_test_layout_rte_eth_ipv4_flow()
1281 stringify!(tos) in bindgen_test_layout_rte_eth_ipv4_flow()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c1914 u8 tos; in hostapd_ctrl_iface_data_test_tx() local
1925 /* format: <dst> <src> <tos> [len=<length>] */ in hostapd_ctrl_iface_data_test_tx()
1942 tos = val; in hostapd_ctrl_iface_data_test_tx()
1961 ip->tos = tos; in hostapd_ctrl_iface_data_test_tx()
1976 " src=" MACSTR " tos=0x%x", MAC2STR(dst), MAC2STR(src), tos); in hostapd_ctrl_iface_data_test_tx()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3679 pub fn IPTOS_TOS(tos: u8) -> u8 { in IPTOS_TOS()
3680 tos & IPTOS_TOS_MASK in IPTOS_TOS()
3683 pub fn IPTOS_PREC(tos: u8) -> u8 { in IPTOS_PREC()
3684 tos & IPTOS_PREC_MASK in IPTOS_PREC()
3687 pub fn RT_TOS(tos: u8) -> u8 { in RT_TOS()
3688 tos & ::IPTOS_TOS_MASK in RT_TOS()
/third_party/icu/icu4c/source/i18n/
H A Dregexcmp.cpp1824 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1825 tos->addAll(*s); in doParseActions()
1836 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1837 tos->addAll(*s); in doParseActions()
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.cpp1824 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1825 tos->addAll(*s); in doParseActions()
1836 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1837 tos->addAll(*s); in doParseActions()

Completed in 59 milliseconds

1234