Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/examples/
Dclient.c780 char *proxy_port_str = strrchr((const char *)arg, ':'); /* explicit port ? */ in cmdline_proxy() local
781 if (proxy_port_str) { in cmdline_proxy()
784 if (proxy_port_str == strchr((const char *)arg, ':')) { in cmdline_proxy()
786 *proxy_port_str++ = '\0'; /* split */ in cmdline_proxy()
787 proxy_port = atoi(proxy_port_str); in cmdline_proxy()
794 if (ipv6_delimiter + 1 == proxy_port_str++) { in cmdline_proxy()
796 proxy_port = atoi(proxy_port_str); in cmdline_proxy()