Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_proxy.c545 char str_port[sizeof(buffer)]; in LibAliasProxyRule() local
590 str_port[0] = 0; in LibAliasProxyRule()
647 strcpy(str_port, token); in LibAliasProxyRule()
807 if (strlen(str_port) != 0) { in LibAliasProxyRule()
810 err = IpPort(str_port, proto, &proxy_port); in LibAliasProxyRule()