Home
last modified time | relevance | path

Searched refs:tos (Results 1 - 25 of 81) sorted by relevance

1234

/third_party/lwip/src/include/lwip/
H A Dip.h95 u8_t tos; \
111 u8_t tos; \
255 #define ip_output(p, src, dest, ttl, tos, proto) \
257 ip6_output(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto) : \
258 ip4_output(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto))
263 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \
265 ip6_output_if(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, netif) : \
266 ip4_output_if(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto, netif))
271 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \
273 ip6_output_if_src(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, prot
[all...]
H A Dip4.h81 u8_t ttl, u8_t tos, u8_t proto);
83 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif);
85 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif);
88 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint);
92 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
95 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dip.h87 u8_t tos; \
275 #define ip_output(p, src, dest, ttl, tos, proto, pcb) \
277 ip6_output(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, pcb) : \
278 ip4_output(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto, pcb))
284 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \
286 ip6_output_if(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, netif) : \
287 ip4_output_if(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto, netif))
292 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \
294 ip6_output_if_src(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, netif) : \
295 ip4_output_if_src(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, prot
[all...]
H A Dip4.h88 u8_t ttl, u8_t tos, u8_t proto, struct ip_pcb *pcb);
91 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif);
93 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif);
96 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint, struct ip_pcb *pcb);
100 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
103 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
/third_party/pulseaudio/src/pulsecore/
H A Dsocket-util.c166 int tos = IPTOS_LOWDELAY; in pa_make_tcp_socket_low_delay() local
168 if (setsockopt(fd, SOL_IP, IP_TOS, (const void *) &tos, sizeof(tos)) < 0) in pa_make_tcp_socket_low_delay()
170 if (setsockopt(fd, IPPROTO_IP, IP_TOS, (const void *) &tos, sizeof(tos)) < 0) in pa_make_tcp_socket_low_delay()
184 int tos = IPTOS_LOWDELAY; in pa_make_udp_socket_low_delay() local
186 if (setsockopt(fd, SOL_IP, IP_TOS, (const void *) &tos, sizeof(tos)) < 0) in pa_make_udp_socket_low_delay()
188 if (setsockopt(fd, IPPROTO_IP, IP_TOS, (const void *) &tos, sizeof(tos)) < in pa_make_udp_socket_low_delay()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
H A Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
/third_party/musl/include/netinet/
H A Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
/third_party/lwip/src/core/ipv4/
H A Dip4.c817 * @param tos the TOS value to be set in the IP header
829 u8_t ttl, u8_t tos,
833 return ip4_output_if_opt(p, src, dest, ttl, tos, proto, netif, NULL, 0);
844 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
856 return ip4_output_if_opt_src(p, src_used, dest, ttl, tos, proto, netif,
859 return ip4_output_if_src(p, src_used, dest, ttl, tos, proto, netif);
869 u8_t ttl, u8_t tos,
873 return ip4_output_if_opt_src(p, src, dest, ttl, tos, proto, netif, NULL, 0);
882 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
962 IPH_TOS_SET(iphdr, tos);
828 ip4_output_if(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif) global() argument
843 ip4_output_if_opt(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, u16_t optlen) global() argument
868 ip4_output_if_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif) global() argument
881 ip4_output_if_opt_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, u16_t optlen) global() argument
1069 ip4_output(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto) global() argument
1111 ip4_output_hinted(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint) global() argument
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_linux_flowctl.c60 hi_u8 tos = 0; in wal_netdev_select_queue() local
81 /* 获取skb的tos字段 */ in wal_netdev_select_queue()
82 oal_netbuf_get_txtid(netbuf, &tos); in wal_netdev_select_queue()
84 /* 根据tos字段选择合适的队列 */ in wal_netdev_select_queue()
85 ac = mac_tos_to_subq(tos); in wal_netdev_select_queue()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
H A Dip4.h129 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos)
/third_party/libunwind/libunwind/src/dwarf/
H A DGexpr.c249 unsigned int tos = 0; in dwarf_eval_expr() local
260 (((tos - 1) >= MAX_EXPR_STACK_SIZE) ? \ in dwarf_eval_expr()
261 stackerror++ : stack[--tos]); \ in dwarf_eval_expr()
274 if (tos >= MAX_EXPR_STACK_SIZE) \ in dwarf_eval_expr()
279 stack[tos++] = _x; \ in dwarf_eval_expr()
285 (((tos - 1 - (n)) >= MAX_EXPR_STACK_SIZE) ? \ in dwarf_eval_expr()
286 stackerror++ : stack[tos - 1 - (n)]); \ in dwarf_eval_expr()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/net/
H A Droute.h94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK)
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Droute.h94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Droute.h94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK)
/third_party/musl/porting/uniproton/kernel/include/net/
H A Droute.h94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK)
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Droute.h94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK)
/third_party/lwip/src/include/lwip/prot/
H A Dip4.h120 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos)
/third_party/musl/include/net/
H A Droute.h94 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK)
/third_party/toybox/toys/pending/
H A Dtraceroute.c56 long tos;
564 perror_exit("IP_TOS %ld failed ", TT.tos); in traceroute_main()
571 } else if (setsockopt(TT.snd_sock, IPPROTO_IPV6, IPV6_TCLASS, &TT.tos, in traceroute_main()
572 sizeof(TT.tos)) < 0) perror_exit("IPV6_TCLASS %ld failed ", TT.tos); in traceroute_main()
/third_party/curl/tests/server/
H A Dsws.c1404 ssize_t tos[2] = {0, 0}; /* number of bytes to server */ in http_connect() local
1489 if(poll_server_wr[i] && tos[i]) { in http_connect()
1568 tos[DATA] = 0; in http_connect()
1591 len = sizeof(readclient[i]) - tos[i]; in http_connect()
1594 rc = sread(clientfd[i], &readclient[i][tos[i]], len); in http_connect()
1603 data_to_hex(&readclient[i][tos[i]], rc)); in http_connect()
1604 tos[i] += rc; in http_connect()
1647 if(tos[i] && FD_ISSET(serverfd[i], &output)) { in http_connect()
1649 rc = swrite(serverfd[i], readclient[i], tos[i]); in http_connect()
1660 if(tos[ in http_connect()
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc1271 MemOperand tos(sp, -2 * static_cast<int>(kXRegSize), PreIndex); in PushCalleeSavedRegisters()
1273 stp(d14, d15, tos); in PushCalleeSavedRegisters()
1274 stp(d12, d13, tos); in PushCalleeSavedRegisters()
1275 stp(d10, d11, tos); in PushCalleeSavedRegisters()
1276 stp(d8, d9, tos); in PushCalleeSavedRegisters()
1278 stp(x27, x28, tos); in PushCalleeSavedRegisters()
1279 stp(x25, x26, tos); in PushCalleeSavedRegisters()
1280 stp(x23, x24, tos); in PushCalleeSavedRegisters()
1281 stp(x21, x22, tos); in PushCalleeSavedRegisters()
1282 stp(x19, x20, tos); in PushCalleeSavedRegisters()
[all...]

Completed in 20 milliseconds

1234