Lines Matching defs:portnum
798 * - Look up the port based on 'servname', and store it in *portnum,
810 struct evutil_addrinfo *hints, struct evutil_addrinfo **res, int *portnum)
921 *portnum = port;
1192 int portnum=-1, need_np_hack, err;
1244 && ((portnum=parse_numeric_servname(servname)) >= 0);
1248 NULL,servname,&hints, res, &portnum);
1270 apply_numeric_port_hack(portnum, res);