Home | History | Annotate | Download | only in iptables

Lines Matching refs:protocol

123 	{ "protocol", 1, 0,  'p' },
366 " --proto -p [!] proto protocol: by number or name, eg. `tcp'\n"
872 "unknown protocol `%s' specified",
1875 char *protocol = NULL;
1895 demand-load a protocol. */
2027 if (!matches && protocol)
2028 find_match(protocol, TRY_LOAD, &matches);
2041 for (protocol = argv[optind-1]; *protocol; protocol++)
2042 *protocol = tolower(*protocol);
2044 protocol = argv[optind-1];
2045 fw.ipv6.proto = parse_protocol(protocol);
2051 "rule would never match protocol");
2055 printf("Warning: never matched protocol: %s. "
2056 "use exension match instead.", protocol);
2243 * implicit loading of the protocol match
2245 * at the same time 'load tcp protocol match on
2251 * - a protocol has been specified
2252 * - the protocol extension has not been
2255 * - the protocol extension can be successively
2259 && protocol
2260 && (!find_proto(protocol, DONT_LOAD,
2262 || (find_proto(protocol, DONT_LOAD,
2266 && (m = find_proto(protocol, TRY_LOAD,
2268 /* Try loading protocol */