Searched refs:str_port (Results 1 – 2 of 2) sorted by relevance
430 char str_port[8]; in ifpga_parse() local434 memset(str_port, 0, 8); in ifpga_parse()443 memcpy(str_port, name, str_port_len); in ifpga_parse()444 ret = sscanf(str_port, "%d", &port); in ifpga_parse()
550 char str_port[sizeof(buffer)]; in LibAliasProxyRule() local594 str_port[0] = 0; in LibAliasProxyRule()651 strcpy(str_port, token); in LibAliasProxyRule()812 if (strlen(str_port) != 0) { in LibAliasProxyRule()815 err = IpPort(str_port, proto, &proxy_port); in LibAliasProxyRule()