Searched refs:hops (Results 1 - 14 of 14) sorted by relevance
/third_party/libcoap/examples/ |
H A D | tiny.c | 94 int hops = 16; in get_session() local 123 if (!coap_mcast_set_hops(session, hops)) in get_session()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dhcp.h | 28 u8 hops; member 47 u8 hops; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dhcp.h | 28 u8 hops; member 47 u8 hops; member
|
/third_party/lwip/src/include/lwip/prot/ |
H A D | dhcp.h | 68 PACK_STRUCT_FLD_8(u8_t hops);
|
/third_party/node/deps/brotli/c/enc/ |
H A D | hash_forgetful_chain_inc.h | 245 size_t hops = self->max_hops; in FindLongestMatch() local 248 while (hops--) { in FindLongestMatch()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | hash_forgetful_chain_inc.h | 245 size_t hops = self->max_hops; in FindLongestMatch() local 248 while (hops--) { in FindLongestMatch()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_net.h | 555 * @param hops The number of hops (ttl) to use before the multicast 560 int coap_mcast_set_hops(coap_session_t *session, size_t hops);
|
/third_party/libcoap/src/ |
H A D | coap_net.c | 4350 coap_mcast_set_hops(coap_session_t *session, size_t hops) { in coap_mcast_set_hops() argument 4356 (const char *)&hops, sizeof(hops)) < 0) { in coap_mcast_set_hops() 4358 hops, coap_socket_strerror()); in coap_mcast_set_hops() 4366 (const char *)&hops, sizeof(hops)) < 0) { in coap_mcast_set_hops() 4368 hops, coap_socket_strerror()); in coap_mcast_set_hops() 4391 size_t hops COAP_UNUSED) { in coap_mcast_set_hops()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wired.c | 63 u_int8_t hops; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wired.c | 63 u_int8_t hops; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | fils_hlp.c | 343 "FILS: HLP request DHCP: op=%u htype=%u hlen=%u hops=%u xid=0x%x", in fils_process_hlp_dhcp() 344 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops, in fils_process_hlp_dhcp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | fils_hlp.c | 343 "FILS: HLP request DHCP: op=%u htype=%u hlen=%u hops=%u xid=0x%x", in fils_process_hlp_dhcp() 344 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops, in fils_process_hlp_dhcp()
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 153 uint8_t hops; member
|
H A D | dhcpd.c | 141 uint8_t hops; member
|
Completed in 20 milliseconds