HomeSort by relevance Sort by last modified time
    Searched refs:reject_names (Results 1 - 2 of 2) sorted by null

  /external/iptables/extensions/
libip6t_REJECT.c 16 struct reject_names { struct
23 static const struct reject_names reject_table[] = {
47 for (i = 0; i < sizeof(reject_table)/sizeof(struct reject_names); i++) {
93 unsigned int limit = sizeof(reject_table)/sizeof(struct reject_names);
131 for (i = 0; i < sizeof(reject_table)/sizeof(struct reject_names); i++) {
146 for (i = 0; i < sizeof(reject_table)/sizeof(struct reject_names); i++)
libipt_REJECT.c 23 struct reject_names { struct
30 static const struct reject_names reject_table[] = {
60 for (i = 0; i < sizeof(reject_table)/sizeof(struct reject_names); i++) {
107 unsigned int limit = sizeof(reject_table)/sizeof(struct reject_names);
150 for (i = 0; i < sizeof(reject_table)/sizeof(struct reject_names); i++) {
164 for (i = 0; i < sizeof(reject_table)/sizeof(struct reject_names); i++)

Completed in 18 milliseconds