Searched refs:proxy (Results 1 – 5 of 5) sorted by relevance
40 static str proxy = { 0, NULL }; variable671 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()
102 Address (and port) for proxy to use (automatically adds Proxy-Uri option
22 -> A coap-server should be able to act as proxy server
218 example some DTLS implementations and proxy functionality.
72 # Dante is SOCKS proxy. The gptp.conf is conf file for linuxptp.