Home
last modified time | relevance | path

Searched refs:coap_address_get_port (Results 1 – 8 of 8) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_address.h41 coap_address_get_port(const coap_address_t *addr) { in coap_address_get_port() function
78 coap_address_get_port(const coap_address_t *addr) { in coap_address_get_port() function
130 uint16_t coap_address_get_port(const coap_address_t *addr);
/third_party/libcoap/src/
Dcoap_debug.c231 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()
Dcoap_ws.c826 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()
Dcoap_address.c44 coap_address_get_port(const coap_address_t *addr) { in coap_address_get_port() function
Dcoap_session.c1103 addr_hash->lport = coap_address_get_port(&addr_info->local); in coap_make_addr_hash()
/third_party/libcoap/man/
Dcoap_address.txt.in18 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_ if
247 *coap_address_get_port*() returns the port in network byte order.
/third_party/libcoap/
Dlibcoap-3.map17 coap_address_get_port;
Dlibcoap-3.sym15 coap_address_get_port