Searched refs:proto_to_name (Results 1 - 11 of 11) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_ipv6header.c65 proto_to_name(uint8_t proto, int nolookup) function
189 printf("%s", proto_to_name(chain_flags[i].proto,0));
H A Dlibxt_multiport.c66 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))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c575 const char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC);
H A Diptables.c582 const char *pname = proto_to_name(fw->ip.proto, format&FMT_NUMERIC);
H A Dxshared.c41 proto_to_name(uint8_t proto, int nolookup) function
65 const char *protoname = proto_to_name(proto, nolookup);
H A Dxshared.h79 extern const char *proto_to_name(uint8_t, int);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_ipv6header.c71 proto_to_name(u_int8_t proto, int nolookup) function
245 printf("%s", proto_to_name(chain_flags[i].proto,0));
H A Dlibip6t_multiport.c55 proto_to_name(u_int8_t proto) function
142 if ((proto = proto_to_name(entry->ipv6.proto)) != NULL)
263 if ((service = getservbyport(htons(port), proto_to_name(proto))))
H A Dlibipt_multiport.c55 proto_to_name(u_int8_t proto) function
148 if ((proto = proto_to_name(entry->ip.proto)) != NULL)
270 if ((service = getservbyport(htons(port), proto_to_name(proto))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c232 proto_to_name(u_int8_t proto, int nolookup) function
831 char *protoname = proto_to_name(proto, nolookup);
1361 char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC);
H A Diptables.c231 proto_to_name(u_int8_t proto, int nolookup) function
808 char *protoname = proto_to_name(proto, nolookup);
1422 char *pname = proto_to_name(fw->ip.proto, format&FMT_NUMERIC);

Completed in 149 milliseconds