OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:print_proto
(Results
1 - 4
of
4
) sorted by null
/external/iptables/extensions/
libxt_policy.c
245
static void
print_proto
(const char *prefix, uint8_t proto, int numeric)
function
277
print_proto
(prefix, e->proto, numeric);
/external/iptables/iptables/
nft-shared.c
369
void
print_proto
(uint16_t proto, int invert)
function
ip6tables.c
1011
static void
print_proto
(uint16_t proto, int invert)
function
1111
print_proto
(e->ipv6.proto, e->ipv6.invflags & XT_INV_PROTO);
[
all
...]
iptables.c
968
static void
print_proto
(uint16_t proto, int invert)
function
1110
print_proto
(e->ip.proto, e->ip.invflags & XT_INV_PROTO);
[
all
...]
Completed in 59 milliseconds