Home | History | Annotate | Download | only in src

Lines Matching full:portno

1425 	    char *portno, *source;
1428 (portno = split_chr(source, '#')) &&
1429 !atoi_check16(portno, &source_port))
1432 if ((portno = split_chr(arg, '#')) && /* is there a port no. */
1433 !atoi_check16(portno, &serv_port))