Home
last modified time | relevance | path

Searched refs:hops (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/libs/asio/test/ip/
Dunicast.cpp44 ip::unicast::hops hops1(1024); in test()
46 ip::unicast::hops hops2; in test()
93 ip::unicast::hops hops1(1); in test()
104 ip::unicast::hops hops2; in test()
115 ip::unicast::hops hops3(255); in test()
126 ip::unicast::hops hops4; in test()
140 ip::unicast::hops hops1(1); in test()
145 ip::unicast::hops hops2; in test()
150 ip::unicast::hops hops3(255); in test()
155 ip::unicast::hops hops4; in test()
Dmulticast.cpp74 ip::multicast::hops hops1(1024); in test()
76 ip::multicast::hops hops2; in test()
223 ip::multicast::hops hops1(1); in test()
228 ip::multicast::hops hops2; in test()
233 ip::multicast::hops hops3(0); in test()
238 ip::multicast::hops hops4; in test()
246 ip::multicast::hops hops1(1); in test()
251 ip::multicast::hops hops2; in test()
256 ip::multicast::hops hops3(0); in test()
261 ip::multicast::hops hops4; in test()
/third_party/boost/libs/asio/include/boost/asio/ip/
Dunicast.hpp56 typedef implementation_defined hops; typedef
62 BOOST_ASIO_OS_DEF(IPV6_UNICAST_HOPS)> hops;
Dmulticast.hpp140 typedef implementation_defined hops; typedef
146 BOOST_ASIO_OS_DEF(IPV6_MULTICAST_HOPS)> hops; typedef
/third_party/boost/boost/asio/ip/
Dunicast.hpp56 typedef implementation_defined hops; typedef
62 BOOST_ASIO_OS_DEF(IPV6_UNICAST_HOPS)> hops;
Dmulticast.hpp140 typedef implementation_defined hops; typedef
146 BOOST_ASIO_OS_DEF(IPV6_MULTICAST_HOPS)> hops; typedef
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddhcp.h28 u8 hops; member
47 u8 hops; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddhcp.h28 u8 hops; member
47 u8 hops; member
/third_party/iptables/extensions/
Dlibxt_osf.man33 11.22.33.44:139 hops=3 Linux [2.5-2.6:] : 1.2.3.4:42624 -> 1.2.3.5:22 hops=4
Dlibipt_TTL.man2 how many hops (routers) a packet can traverse until it's time to live is
/third_party/libcoap/examples/
Dtiny.c94 int hops = 16; in get_session() local
123 if (!coap_mcast_set_hops(session, hops)) in get_session()
/third_party/lwip/src/include/lwip/prot/
Ddhcp.h68 PACK_STRUCT_FLD_8(u8_t hops);
/third_party/python/Lib/test/test_email/data/
Dmsg_25.txt9 Subject: Returned mail: Too many hops 19 (17 max): from <linuxuser-admin@www.linux.org.uk> via [199…
29 554 Too many hops 19 (17 max): from <linuxuser-admin@www.linux.org.uk> via [199.164.235.226], to <s…
/third_party/node/deps/brotli/c/enc/
Dhash_forgetful_chain_inc.h245 size_t hops = self->max_hops; in FN() local
248 while (hops--) { in FN()
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_forgetful_chain_inc.h245 size_t hops = self->max_hops; in FN() local
248 while (hops--) { in FN()
/third_party/libcoap/include/coap3/
Dnet.h524 coap_mcast_set_hops(coap_session_t *session, size_t hops);
/third_party/libcoap/src/
Dnet.c3504 coap_mcast_set_hops(coap_session_t *session, size_t hops) { in coap_mcast_set_hops() argument
3509 (const char *)&hops, sizeof(hops)) < 0) { in coap_mcast_set_hops()
3511 hops, coap_socket_strerror()); in coap_mcast_set_hops()
3517 (const char *)&hops, sizeof(hops)) < 0) { in coap_mcast_set_hops()
3519 hops, coap_socket_strerror()); in coap_mcast_set_hops()
3538 size_t hops COAP_UNUSED) { in coap_mcast_set_hops()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_wired.c63 u_int8_t hops; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_wired.c63 u_int8_t hops; member
/third_party/ltp/lib/
DREADME.md43 forked process, however there are a few hops before we get there.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dfils_hlp.c344 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops, in fils_process_hlp_dhcp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dfils_hlp.c344 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops, in fils_process_hlp_dhcp()
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Danimations.dart471 /// the animation hops over to proxying the second animation.
477 /// [TrainHoppingAnimation] immediately hops to the second animation, and the
/third_party/iptables/utils/
Dpf.os60 # lower (maximum distance is defined as 40 hops).
69 # hops you're away from the remote party with traceroute or mtr.
/third_party/node/doc/api/
Ddgram.md661 "Time to Live", in this context it specifies the number of IP hops that a
702 in this context it specifies the number of IP hops that a packet is allowed to

12