Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprintfr.c429 if (fp->fr_grhead != -1) in printfr()
430 PRINTF(" head %s", fp->fr_names + fp->fr_grhead); in printfr()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c855 if (fp->fr_grhead != -1) { in printlivelist()
857 if (!strncmp(fp->fr_names + fp->fr_grhead, in printlivelist()
867 fp->fr_names + fp->fr_grhead, in printlivelist()
967 if (fb.fr_grhead != -1) { in printdeadlist()
971 strncpy(g->fg_name, fb.fr_names + fb.fr_grhead, in printdeadlist()
/freebsd/sbin/ipf/common/
H A Dipf_y.y2503 if (f->fr_grhead == -1 && fr->fr_group == -1) in fillgroup()
2505 if (f->fr_grhead == -1 || fr->fr_group == -1) in fillgroup()
2507 if (strcmp(f->fr_names + f->fr_grhead, in fillgroup()
2633 fr->fr_grhead = -1; in allocfr()
2667 (*frp)->fr_grhead = pos; in setgrhead()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c2478 FR_VERBOSE(("=%d/%d.%d *", fr->fr_grhead, fr->fr_group, rulen)); in ipf_scanlist()
2553 FR_VERBOSE(("group %s\n", FR_NAME(fr, fr_grhead))); in ipf_scanlist()
3669 fp->fr_names[fp->fr_grhead] = '\0'; in ipf_flushlist()
4521 if ((interr = ipf_check_names_string(fp->fr_names, fp->fr_namelen, fp->fr_grhead)) != 0) { in frrequest()
4639 if (fp->fr_grhead != -1) { in frrequest()
4640 if ((fp->fr_grhead < 0) || in frrequest()
4641 (fp->fr_grhead >= fp->fr_namelen)) { in frrequest()
4646 if (!strcmp(FR_NAME(fp, fr_grhead), "0")) in frrequest()
4647 fp->fr_names[fp->fr_grhead] = '\0'; in frrequest()
5134 if (fp->fr_grhead ! in frrequest()
[all...]
H A Dip_fil.h692 int fr_grhead; /* group # which this rule starts */ member
/freebsd/sbin/ipf/ipf/
H A Dipfcomp.c221 if (f->fr_grhead != -1) { in addrule()
222 ghead = FR_NAME(f, fr_grhead); in addrule()
1283 if (fp->fr_grhead != -1) {\n\ in printhooks()
1284 fg = fr_addgroup(fp->fr_names + fp->fr_grhead,\n\ in printhooks()