Lines Matching defs:proto
472 int xtables_service_to_port(const char *name, const char *proto)
476 if ((service = getservbyname(name, proto)) != NULL)
482 uint16_t xtables_parse_port(const char *port, const char *proto)
487 (portnum = xtables_service_to_port(port, proto)) != (unsigned)-1)
1807 unsigned int proto, i;
1809 if (xtables_strtoui(s, NULL, &proto, 0, UINT8_MAX))
1810 return proto;