Searched refs:addr_hash (Results 1 – 3 of 3) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_session_internal.h | 56 coap_addr_hash_t addr_hash; /**< Address hash for server incoming packets */ member 280 HASH_ADD(hh, (e), addr_hash, sizeof((obj)->addr_hash), (obj))
|
/third_party/glib/gio/ |
D | gnetworkmonitorbase.c | 376 guint addr_hash; in inet_address_mask_hash() local 394 addr_hash = *integerifier.hash32; in inet_address_mask_hash() 399 addr_hash = *integerifier.hash64; in inet_address_mask_hash() 408 addr_hash = 0; in inet_address_mask_hash() 410 addr_hash += bytes[i]; in inet_address_mask_hash() 413 return addr_hash + mask_length;; in inet_address_mask_hash()
|
/third_party/libcoap/src/ |
D | coap_session.c | 119 const coap_addr_hash_t *addr_hash, const coap_address_t *local_addr, in coap_make_session() argument 128 if (addr_hash) in coap_make_session() 129 memcpy(&session->addr_hash, addr_hash, sizeof(session->addr_hash)); in coap_make_session() 131 memset(&session->addr_hash, 0, sizeof(session->addr_hash)); in coap_make_session() 611 coap_make_addr_hash(coap_addr_hash_t *addr_hash, coap_proto_t proto, in coap_make_addr_hash() argument 613 memset(addr_hash, 0, sizeof(coap_addr_hash_t)); in coap_make_addr_hash() 614 coap_address_copy(&addr_hash->remote, &addr_info->remote); in coap_make_addr_hash() 615 addr_hash->lport = coap_address_get_port(&addr_info->local); in coap_make_addr_hash() 616 addr_hash->proto = proto; in coap_make_addr_hash() 628 coap_addr_hash_t addr_hash; in coap_endpoint_get_session() local [all …]
|