Home | History | Annotate | Download | only in src

Lines Matching refs:portno

1441 	    char *portno, *source;
1444 (portno = split_chr(source, '#')) &&
1445 !atoi_check16(portno, &source_port))
1448 if ((portno = split_chr(arg, '#')) && /* is there a port no. */
1449 !atoi_check16(portno, &serv_port))