Home
last modified time | relevance | path

Searched refs:ebt_fill_target (Results 1 – 6 of 6) sorted by relevance

/external/iptables/extensions/
Dlibebt_arpreply.c64 if (ebt_fill_target(optarg, (unsigned int *)&replyinfo->target)) in brarpreply_parse()
Dlibebt_redirect.c50 if (ebt_fill_target(optarg, (unsigned int *)&redirectinfo->target)) in brredir_parse()
Dlibebt_dnat.c61 if (ebt_fill_target(optarg, (unsigned int *)&natinfo->target)) in brdnat_parse()
Dlibebt_snat.c66 if (ebt_fill_target(optarg, &tmp)) in brsnat_parse()
Dlibebt_mark.c76 if (ebt_fill_target(optarg, &tmp)) in brmark_parse()
/external/iptables/iptables/
Dnft-bridge.h87 static inline int ebt_fill_target(const char *str, unsigned int *verdict) in ebt_fill_target() function