OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proto_to_name
(Results
1 - 6
of
6
) sorted by null
/external/iptables/iptables/
xshared.h
80
extern const char *
proto_to_name
(uint8_t, int);
xshared.c
47
proto_to_name
(uint8_t proto, int nolookup)
function
71
const char *protoname =
proto_to_name
(proto, nolookup);
ip6tables.c
537
const char *pname =
proto_to_name
(fw->ipv6.proto, format&FMT_NUMERIC);
[
all
...]
iptables.c
524
const char *pname =
proto_to_name
(fw->ip.proto, format&FMT_NUMERIC);
[
all
...]
/external/iptables/extensions/
libip6t_ipv6header.c
65
proto_to_name
(uint8_t proto, int nolookup)
function
189
printf("%s",
proto_to_name
(chain_flags[i].proto,0));
libxt_multiport.c
66
proto_to_name
(uint8_t proto)
function
153
if ((proto =
proto_to_name
(pnum)) != NULL)
263
if ((service = getservbyport(htons(port),
proto_to_name
(proto))))
Completed in 72 milliseconds