Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/examples/
Dclient.c40 static str proxy = { 0, NULL }; variable
671 if (proxy.length) { /* create Proxy-Uri from argument */ in cmdline_uri()
801 proxy.length = strlen(arg); in cmdline_proxy()
802 if ( (proxy.s = coap_malloc(proxy.length + 1)) == NULL) { in cmdline_proxy()
803 proxy.length = 0; in cmdline_proxy()
807 memcpy(proxy.s, arg, proxy.length+1); in cmdline_proxy()
1124 if (proxy.length) { in main()
1125 server = proxy; in main()
1172 if (!proxy.length && addrptr in main()
Dcoap-client.txt.in102 Address (and port) for proxy to use (automatically adds Proxy-Uri option
/net-tools-latest/libcoap/
DTODO22 -> A coap-server should be able to act as proxy server
DCONTRIBUTE218 example some DTLS implementations and proxy functionality.
/net-tools-latest/docker/
DDockerfile72 # Dante is SOCKS proxy. The gptp.conf is conf file for linuxptp.