Searched refs:rport_str (Results 1 – 1 of 1) sorted by relevance
119 char *lport_str = NULL, *rport_str = NULL, *remain; in ucast_setup() local128 &lport_str, &rport_str, NULL); in ucast_setup()144 if (rport_str != NULL) { in ucast_setup()145 init->rport = simple_strtoul(rport_str, &last, 10); in ucast_setup()146 if ((*last != '\0') || (last == rport_str)) { in ucast_setup()148 "'%s'\n", rport_str); in ucast_setup()