HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 151 - 175 of 1303) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/iptables/extensions/
libxt_length.c 12 "length match options:\n"
13 "[!] --length length[:length] Match packet length against value or range\n"
37 length_print(const void *ip, const struct xt_entry_match *match, int numeric)
39 const struct xt_length_info *info = (void *)match->data;
48 static void length_save(const void *ip, const struct xt_entry_match *match)
50 const struct xt_length_info *info = (void *)match->data;
libxt_mac.c 17 "mac match options:\n"
19 " Match source MAC address\n");
50 mac_print(const void *ip, const struct xt_entry_match *match, int numeric)
52 const struct xt_mac_info *info = (void *)match->data;
61 static void mac_save(const void *ip, const struct xt_entry_match *match)
63 const struct xt_mac_info *info = (void *)match->data;
libxt_quota.c 23 printf("quota match options:\n"
28 quota_print(const void *ip, const struct xt_entry_match *match, int numeric)
30 const struct xt_quota_info *q = (const void *)match->data;
35 quota_save(const void *ip, const struct xt_entry_match *match)
37 const struct xt_quota_info *q = (const void *)match->data;