Searched refs:cport_str (Results 1 – 1 of 1) sorted by relevance
1857 char *cport_str, *pmport_str; in get_port_num() local1860 cport_str = strrchr(ap_id, (int)*MINOR_SEP) + strlen(MINOR_SEP); in get_port_num()1863 cport = strtol(cport_str, NULL, 10); in get_port_num()