Searched refs:pfra_not (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_table.c441 printf("%c %c%s", ch, (ad->pfra_not?'!':' '), buf);
448 printf("\t%c%s", (rad->pfra_not?'!':' '), buf);
H A Dpfctl_parser.c1688 addr.pfra_not = n->not ^ not;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_table.c350 else if (p->pfrke_not != ad.pfra_not)
451 else if (p->pfrke_not != ad.pfra_not)
458 if (p != NULL && p->pfrke_not == ad.pfra_not &&
527 if (p->pfrke_not != ad.pfra_not) {
825 if (ad->pfra_not && ad->pfra_not != 1)
946 ke->pfrke_not = ad->pfra_not;
1196 ad->pfra_not = ke->pfrke_not;
H A Dpfvar.h1110 u_int8_t pfra_not; member in struct:pfr_addr

Completed in 86 milliseconds