Searched refs:nolookup (Results 1 - 9 of 9) 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) argument
69 if (proto && !nolookup) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.c41 proto_to_name(uint8_t proto, int nolookup) argument
45 if (proto && !nolookup) {
60 int nolookup, struct xtables_rule_match **matches)
65 const char *protoname = proto_to_name(proto, nolookup);
59 find_proto(const char *pname, enum xtables_tryload tryload, int nolookup, struct xtables_rule_match **matches) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbd.h15 extern int dbd_add(DBD *dbd, struct cnid_dbd_rqst *, struct cnid_dbd_rply *, int nolookup);
H A Ddbd_add.c135 /* We need a nolookup version for `dbd` */
136 int dbd_add(DBD *dbd, struct cnid_dbd_rqst *rqst, struct cnid_dbd_rply *rply, int nolookup) argument
144 if (! nolookup) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Ddbd.h15 extern int dbd_add(DBD *dbd, struct cnid_dbd_rqst *, struct cnid_dbd_rply *, int nolookup);
H A Ddbd_add.c135 /* We need a nolookup version for `dbd` */
136 int dbd_add(DBD *dbd, struct cnid_dbd_rqst *rqst, struct cnid_dbd_rply *rply, int nolookup) argument
144 if (! nolookup) {
/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) argument
75 if (proto && !nolookup) {
/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) argument
236 if (proto && !nolookup) {
826 find_proto(const char *pname, enum ip6t_tryload tryload, int nolookup, struct ip6tables_rule_match **matches) argument
831 char *protoname = proto_to_name(proto, nolookup);
H A Diptables.c231 proto_to_name(u_int8_t proto, int nolookup) argument
235 if (proto && !nolookup) {
803 find_proto(const char *pname, enum ipt_tryload tryload, int nolookup, struct iptables_rule_match **matches) argument
808 char *protoname = proto_to_name(proto, nolookup);

Completed in 178 milliseconds