Searched refs:fr_names (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_rules.c | 117 if (strncmp(fp->fr_names + fp->fr_group, in ipfrule_add_out_() 118 ipf_rules_out_[j]->fr_names + in ipfrule_add_out_() 186 if (strncmp(fp->fr_names + fp->fr_group, in ipfrule_add_in_() 187 ipf_rules_in_[j]->fr_names + in ipfrule_add_in_()
|
| H A D | fil.c | 2591 fr->fr_names + 2593 strlen(fr->fr_names + 3730 fp->fr_names[fp->fr_grhead] = '\0'; 3735 fp->fr_names[fp->fr_icmphead] = '\0'; 4036 ifa = ipf_resolvenic(softc, fr->fr_names + 4043 ifa = ipf_resolvenic(softc, fr->fr_names + 4052 error = ipf_resolvedest(softc, fr->fr_names, fdp, v); 4059 error = ipf_resolvedest(softc, fr->fr_names, fdp, v); 4672 fp->fr_names[fp->fr_icmphead] = '\0'; 4683 fp->fr_names[fp->fr_grhead] = '\0'; [all …]
|
| H A D | ip_scan.c | 214 i = ipf_scan_lookup(fr->fr_isctag + fr->fr_names);
|
| H A D | ip_state.c | 999 (void) ipf_resolvedest(softc, fr->fr_names, &fr->fr_tifs[0], 1001 (void) ipf_resolvedest(softc, fr->fr_names, &fr->fr_tifs[1], 1003 (void) ipf_resolvedest(softc, fr->fr_names, &fr->fr_dif, 1793 fr->fr_names[fr->fr_ifnames[out << 1] + 0] == '-' && 1794 fr->fr_names[fr->fr_ifnames[out << 1] + 1] == '\0')) {
|
| H A D | ip_fil.h | 713 char fr_names[1]; member 789 #define FR_NAME(_f, _n) (_f)->fr_names + (_f)->_n
|