Searched defs:numeric (Results 51 - 75 of 104) sorted by relevance

12345

/external/iptables/extensions/
H A Dlibxt_limit.c130 limit_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibxt_mark.c59 mark_mt_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
70 mark_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibxt_pkttype.c102 int numeric)
101 pkttype_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibxt_quota2.c103 int numeric)
102 quota_mt2_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibxt_state.c105 int numeric)
103 state_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibxt_statistic.c117 statistic_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibxt_tos.c82 int numeric)
89 if (numeric || !tos_try_print_symbolic("", info->tos, 0x3F))
94 int numeric)
101 if (numeric ||
81 tos_mt_print_v0(const void *ip, const struct xt_entry_match *match, int numeric) argument
93 tos_mt_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibxt_u32.c249 int numeric)
248 u32_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibxt_udp.c75 print_port(uint16_t port, int numeric) argument
79 if (numeric || (service = port_to_service(port)) == NULL)
87 int invert, int numeric)
95 print_port(min, numeric);
98 print_port(min, numeric);
100 print_port(max, numeric);
106 udp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
113 numeric);
116 numeric);
86 print_ports(const char *name, uint16_t min, uint16_t max, int invert, int numeric) argument
H A Dlibip6t_LOG.c29 " --log-level level Level of logging (numeric or see syslog.conf)\n"
108 int numeric)
115 if (numeric)
107 LOG_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
H A Dlibip6t_dst.c138 int numeric)
137 dst_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibip6t_hbh.c134 int numeric)
133 hbh_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibip6t_icmp6.c83 " (or numeric type or type/code)\n");
166 int numeric)
168 if (!numeric) {
196 int numeric)
203 numeric);
163 print_icmpv6type(uint8_t type, uint8_t code_min, uint8_t code_max, int invert, int numeric) argument
195 icmp6_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibip6t_ipv6header.c200 const struct xt_entry_match *match, int numeric)
207 if (numeric)
199 ipv6header_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibip6t_mh.c148 static void print_type(uint8_t type, int numeric) argument
151 if (numeric || !(name = type_to_name(type)))
157 static void print_types(uint8_t min, uint8_t max, int invert, int numeric) argument
165 print_type(min, numeric);
168 print_type(min, numeric);
170 print_type(max, numeric);
176 int numeric)
183 numeric);
175 mh_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibipt_CLUSTERIP.c142 const struct xt_entry_target *target, int numeric)
141 CLUSTERIP_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
H A Dlibipt_DNAT.c213 int numeric)
212 DNAT_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
H A Dlibipt_LOG.c29 " --log-level level Level of logging (numeric or see syslog.conf)\n"
108 int numeric)
115 if (numeric)
107 LOG_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
H A Dlibipt_SNAT.c213 int numeric)
212 SNAT_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
H A Dlibipt_addrtype.c163 int numeric)
184 int numeric)
162 addrtype_print_v0(const void *ip, const struct xt_entry_match *match, int numeric) argument
183 addrtype_print_v1(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibipt_icmp.c107 "[!] --icmp-type type[/code] (or numeric type or type/code)\n");
191 int numeric)
193 if (!numeric) {
221 int numeric)
228 numeric);
188 print_icmptype(uint8_t type, uint8_t code_min, uint8_t code_max, int invert, int numeric) argument
220 icmp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibxt_CT.c117 static void ct_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
H A Dlibxt_NFQUEUE.c96 const struct xt_entry_target *target, int numeric)
104 const struct xt_entry_target *target, int numeric)
118 const struct xt_entry_target *target, int numeric)
122 NFQUEUE_print_v1(ip, target, numeric);
95 NFQUEUE_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
103 NFQUEUE_print_v1(const void *ip, const struct xt_entry_target *target, int numeric) argument
117 NFQUEUE_print_v2(const void *ip, const struct xt_entry_target *target, int numeric) argument
H A Dlibxt_RATEEST.c184 int numeric)
183 RATEEST_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
H A Dlibxt_TOS.c139 const struct xt_entry_target *target, int numeric)
144 if (numeric || !tos_try_print_symbolic("", info->tos, 0xFF))
149 int numeric)
153 if (numeric)
138 tos_tg_print_v0(const void *ip, const struct xt_entry_target *target, int numeric) argument
148 tos_tg_print(const void *ip, const struct xt_entry_target *target, int numeric) argument

Completed in 107 milliseconds

12345