Home
last modified time | relevance | path

Searched refs:XTC_LABEL_ACCEPT (Results 1 – 7 of 7) sorted by relevance

/external/iptables/include/libiptc/
Dlibxtc.h23 #define XTC_LABEL_ACCEPT "ACCEPT" macro
/external/iproute2/include/libiptc/
Dlibxtc.h23 #define XTC_LABEL_ACCEPT "ACCEPT" macro
/external/iptables/iptables/
Dxtables-translate.c79 if (strcmp(cs->jumpto, XTC_LABEL_ACCEPT) == 0) in xlate_action()
Dnft-arp.c227 if (strcmp(cs->jumpto, XTC_LABEL_ACCEPT) == 0) in nft_arp_add()
Dnft-bridge.c772 if (strcmp(cs->jumpto, XTC_LABEL_ACCEPT) == 0) in xlate_ebaction()
Dnft.c1335 if (strcmp(cs->jumpto, XTC_LABEL_ACCEPT) == 0) in add_action()
/external/iptables/libxtables/
Dxtables.c797 || strcmp(name, XTC_LABEL_ACCEPT) == 0 in xtables_find_target()