Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/ifpga/
H A Difpga_bus.c430 char str_port[8]; in ifpga_parse() local
434 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()
/f-stack/freebsd/netinet/libalias/
H A Dalias_proxy.c550 char str_port[sizeof(buffer)]; in LibAliasProxyRule() local
594 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()