Lines Matching full:portno
1398 char *portno, *source;1401 (portno = split_chr(source, '#')) &&1402 !atoi_check16(portno, &source_port))1405 if ((portno = split_chr(arg, '#')) && /* is there a port no. */1406 !atoi_check16(portno, &serv_port))