Lines Matching defs:set
793 PRINTF("Packet log flags set: (%#x)\n", frf);
808 static void printlivelist(out, set, fp, group, comment)
809 int out, set;
826 rule.iri_active = set;
895 printlivelist(out, set, NULL, g->fg_name, comment);
902 static void printdeadlist(out, set, fp, group, comment)
903 int out, set;
982 printdeadlist(out, set, fb.fr_data, group,
988 printdeadlist(out, set, NULL, g->fg_name, comment);
1003 int i, set;
1005 set = fiop->f_active;
1007 set = 1 - set;
1012 fp = (struct frentry *)fiop->f_acctout6[set];
1015 fp = (struct frentry *)fiop->f_acctin6[set];
1020 fp = (struct frentry *)fiop->f_acctout[set];
1023 fp = (struct frentry *)fiop->f_acctin[set];
1032 fp = (struct frentry *)fiop->f_fout6[set];
1035 fp = (struct frentry *)fiop->f_fin6[set];
1040 fp = (struct frentry *)fiop->f_fout[set];
1043 fp = (struct frentry *)fiop->f_fin[set];
1051 PRINTF("fp %p set %d\n", fp, set);
1058 printlivelist(i, set, fp, NULL, NULL);
1060 printdeadlist(i, set, fp, NULL, NULL);