Searched refs:pmport_str (Results 1 – 1 of 1) sorted by relevance
1857 char *cport_str, *pmport_str; in get_port_num() local1870 if ((pmport_str = strrchr(ap_id, (int)*PORT_SEPARATOR)) != 0) { in get_port_num()1871 pmport_str += strlen(PORT_SEPARATOR); in get_port_num()1872 pmport = strtol(pmport_str, NULL, 10); in get_port_num()