Home | History | Annotate | Download | only in libxtables

Lines Matching refs:portnum

493 	unsigned int portnum;
495 if (xtables_strtoui(port, NULL, &portnum, 0, UINT16_MAX) ||
496 (portnum = xtables_service_to_port(port, proto)) != (unsigned)-1)
497 return portnum;