Searched refs:replyinfo (Results 1 – 1 of 1) sorted by relevance
42 struct ebt_arpreply_info *replyinfo = (void *)target->data; in brarpreply_init() local44 replyinfo->target = EBT_DROP; in brarpreply_init()52 struct ebt_arpreply_info *replyinfo = (void *)(*tg)->data; in brarpreply_parse() local60 memcpy(replyinfo->mac, addr, ETH_ALEN); in brarpreply_parse()64 if (ebt_fill_target(optarg, (unsigned int *)&replyinfo->target)) in brarpreply_parse()76 struct ebt_arpreply_info *replyinfo = (void *)t->data; in brarpreply_print() local79 xtables_print_mac(replyinfo->mac); in brarpreply_print()80 if (replyinfo->target == EBT_DROP) in brarpreply_print()82 printf(" --arpreply-target %s", ebt_target_name(replyinfo->target)); in brarpreply_print()