Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/ipf/netinet/ | |
ip_fil_compat.c | 194 char fr_group[FR_GROUPLEN]; /* group to which this rule belongs */ member in struct:frentry_4_1_34 244 char fr_group[FR_GROUPLEN]; member in struct:frentry_4_1_16 298 char fr_group[FR_GROUPLEN]; member in struct:frentry_4_1_0 1947 fr->fr_group = -1; 1996 if (old->fr_group[0] != '\0') { 1997 fr->fr_group = nlen; 1999 old->fr_group, LIFNAMSIZ); 2076 fr->fr_group = -1; 2124 if (old->fr_group[0] != '\0') { 2125 fr->fr_group = nlen [all...] |
ip_fil.h | 753 int fr_group; /* group to which this rule belongs */ member in struct:frentry |