HomeSort by: relevance | last modified time | path
    Searched refs:fr_grhead (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 195 char fr_grhead[FR_GROUPLEN]; /* group # which this rule starts */ member in struct:frentry_4_1_34
245 char fr_grhead[FR_GROUPLEN]; member in struct:frentry_4_1_16
299 char fr_grhead[FR_GROUPLEN]; member in struct:frentry_4_1_0
1948 fr->fr_grhead = -1;
2001 if (old->fr_grhead[0] != '\0') {
2002 fr->fr_grhead = nlen;
2004 old->fr_grhead, LIFNAMSIZ);
2077 fr->fr_grhead = -1;
2129 if (old->fr_grhead[0] != '\0') {
2130 fr->fr_grhead = nlen
    [all...]
fil.c 2490 FR_VERBOSE(("=%d/%d.%d *", fr->fr_grhead, fr->fr_group, rulen));
2565 FR_VERBOSE(("group %s\n", FR_NAME(fr, fr_grhead)));
3700 fp->fr_names[fp->fr_grhead] = '\0';
4557 if (fp->fr_grhead != -1) {
4558 if ((fp->fr_grhead < 0) ||
4559 (fp->fr_grhead >= fp->fr_namelen)) {
4564 if (!strcmp(FR_NAME(fp, fr_grhead), "0"))
4565 fp->fr_names[fp->fr_grhead] = '\0';
5063 if (fp->fr_grhead != -1) {
5064 group = FR_NAME(fp, fr_grhead);
    [all...]
ip_fil.h 754 int fr_grhead; /* group # which this rule starts */ member in struct:frentry

Completed in 19 milliseconds