Home
last modified time | relevance | path

Searched refs:get_context (Results 1 – 5 of 5) sorted by relevance

/net-tools-3.7.0/libcoap/examples/
Dtiny.c66 get_context(const char *node, const char *port) { in get_context() function
112 ctx = get_context("::", NULL); in main()
Dcoap-server.c344 get_context(const char *node, const char *port) { in get_context() function
485 ctx = get_context(addr_str, port_str); in main()
Dclient.c982 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()
Detsi_iot_01.c631 get_context(const char *node, const char *port) { in get_context() function
706 ctx = get_context(addr_str, port_str); in main()
Dcoap-rd.c573 get_context(const char *node, const char *port) { in get_context() function
711 ctx = get_context(addr_str, port_str); in main()