Home
last modified time | relevance | path

Searched refs:hops (Results 1 - 14 of 14) sorted by relevance

/third_party/libcoap/examples/
H A Dtiny.c94 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 Ddhcp.h28 u8 hops; member
47 u8 hops; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddhcp.h28 u8 hops; member
47 u8 hops; member
/third_party/lwip/src/include/lwip/prot/
H A Ddhcp.h68 PACK_STRUCT_FLD_8(u8_t hops);
/third_party/node/deps/brotli/c/enc/
H A Dhash_forgetful_chain_inc.h245 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 Dhash_forgetful_chain_inc.h245 size_t hops = self->max_hops; in FindLongestMatch() local
248 while (hops--) { in FindLongestMatch()
/third_party/libcoap/include/coap3/
H A Dcoap_net.h555 * @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 Dcoap_net.c4350 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 Ddriver_wired.c63 u_int8_t hops; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wired.c63 u_int8_t hops; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dfils_hlp.c343 "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 Dfils_hlp.c343 "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 Ddhcp.c153 uint8_t hops; member
H A Ddhcpd.c141 uint8_t hops; member

Completed in 20 milliseconds