Searched refs:coap_address_get_port (Results 1 – 8 of 8) sorted by relevance
41 coap_address_get_port(const coap_address_t *addr) { in coap_address_get_port() function78 coap_address_get_port(const coap_address_t *addr) { in coap_address_get_port() function130 uint16_t coap_address_get_port(const coap_address_t *addr);
231 coap_address_get_port(addr)); in coap_print_addr()238 coap_address_get_port(addr)); in coap_print_addr()263 coap_address_get_port(addr)); in coap_print_addr()289 *p++ = '0' + (coap_address_get_port(addr) / 10000) % 10; in coap_print_addr()290 *p++ = '0' + (coap_address_get_port(addr) / 1000) % 10; in coap_print_addr()291 *p++ = '0' + (coap_address_get_port(addr) / 100) % 10; in coap_print_addr()292 *p++ = '0' + (coap_address_get_port(addr) / 10) % 10; in coap_print_addr()293 *p++ = '0' + coap_address_get_port(addr) % 10; in coap_print_addr()
826 coap_address_get_port(&session->addr_info.remote) != 80) { in coap_ws_establish()827 port = coap_address_get_port(&session->addr_info.remote); in coap_ws_establish()829 coap_address_get_port(&session->addr_info.remote) != 443) { in coap_ws_establish()830 port = coap_address_get_port(&session->addr_info.remote); in coap_ws_establish()
44 coap_address_get_port(const coap_address_t *addr) { in coap_address_get_port() function
1103 addr_hash->lport = coap_address_get_port(&addr_info->local); in coap_make_addr_hash()
18 coap_address_get_port,45 *uint16_t coap_address_get_port(const coap_address_t *_addr_);*176 *Function: coap_address_get_port()*178 The *coap_address_get_port*() function gets the the port from _addr_ if247 *coap_address_get_port*() returns the port in network byte order.
17 coap_address_get_port;
15 coap_address_get_port