Searched refs:cun (Results 1 - 5 of 5) sorted by relevance
/third_party/libcoap/src/ |
H A D | coap_address.c | 295 addr->addr.cun.sun_family = AF_UNIX; in coap_address_set_unix_domain() 299 addr->addr.cun.sun_path[ofs++] = '/'; in coap_address_set_unix_domain() 302 addr->addr.cun.sun_path[ofs++] = host[i]; in coap_address_set_unix_domain() 308 addr->addr.cun.sun_path[ofs] = '\000'; in coap_address_set_unix_domain() 310 addr->addr.cun.sun_path[ofs-1] = '\000'; in coap_address_set_unix_domain()
|
H A D | coap_debug.c | 243 snprintf((char *)buf, len, "'%s'", addr->addr.cun.sun_path); in coap_print_addr() 389 snprintf(buf, len, "'%s'", addr->addr.cun.sun_path); in coap_print_ip_addr()
|
H A D | coap_io.c | 455 connect_addr.addr.cun.sun_path, coap_socket_strerror()); 511 unlink(sock->endpoint->bind_addr.addr.cun.sun_path); 521 unlink(sock->session->addr_info.local.addr.cun.sun_path);
|
/third_party/libcoap/include/coap3/ |
H A D | coap_address.h | 123 struct coap_sockaddr_un cun; /* CoAP shortened special */ member
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 855 Format(instr, "fcmp.cun.s fcc'cd, 'fj, 'fk"); in DecodeTypekOp12() 924 Format(instr, "fcmp.cun.d fcc'cd, 'fj, 'fk"); in DecodeTypekOp12()
|
Completed in 7 milliseconds