OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:proto_to_name
(Results
1 - 3
of
3
) sorted by null
/external/iptables/iptables/
xshared.c
41
proto_to_name
(uint8_t proto, int nolookup)
function
65
const char *protoname =
proto_to_name
(proto, nolookup);
/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 496 milliseconds