Searched refs:get_context (Results 1 – 5 of 5) sorted by relevance
/net-tools-3.7.0/libcoap/examples/ |
D | tiny.c | 66 get_context(const char *node, const char *port) { in get_context() function 112 ctx = get_context("::", NULL); in main()
|
D | coap-server.c | 344 get_context(const char *node, const char *port) { in get_context() function 485 ctx = get_context(addr_str, port_str); in main()
|
D | client.c | 982 get_context(const char *node, const char *port) { in get_context() function 1150 ctx = get_context(node_str[0] == 0 ? "0.0.0.0" : node_str, port_str); in main() 1156 ctx = get_context(node_str[0] == 0 ? "::" : node_str, port_str); in main()
|
D | etsi_iot_01.c | 631 get_context(const char *node, const char *port) { in get_context() function 706 ctx = get_context(addr_str, port_str); in main()
|
D | coap-rd.c | 573 get_context(const char *node, const char *port) { in get_context() function 711 ctx = get_context(addr_str, port_str); in main()
|