Searched refs:IP_DEST (Results 1 – 2 of 2) sorted by relevance
/third_party/iptables/extensions/ |
D | libebt_ip6.c | 29 #define IP_DEST '2' macro 39 { .name = "ip6-destination", .has_arg = true, .val = IP_DEST }, 40 { .name = "ip6-dst", .has_arg = true, .val = IP_DEST }, 342 case IP_DEST: in brip6_parse()
|
D | libebt_ip.c | 58 #define IP_DEST '2' macro 69 { .name = "ip-destination", .has_arg = true, .val = IP_DEST }, 70 { .name = "ip-dst", .has_arg = true, .val = IP_DEST }, 395 case IP_DEST: in brip_parse()
|