Searched refs:fr_v (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/ipfilter/lib/ |
| D | printfr.c | 224 printaddr(fp->fr_v, fp->fr_satype, fp->fr_ifname, 230 printaddr(fp->fr_v, fp->fr_datype, fp->fr_ifname, 273 printf("bpf-v%d { \"", fp->fr_v); 300 if (fp->fr_v == 4)
|
| /freebsd-9-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_rules.c | 104 fp->fr_v = 4; in ipfrule_add_out_() 166 fp->fr_v = 4; in ipfrule_add_in_()
|
| D | ip_state.c | 770 fr->fr_ifas[i] = fr_resolvenic(name, fr->fr_v); 780 fr_resolvedest(&fr->fr_tifs[0], fr->fr_v); 781 fr_resolvedest(&fr->fr_tifs[1], fr->fr_v); 782 fr_resolvedest(&fr->fr_dif, fr->fr_v);
|
| D | fil.c | 2042 if (fin->fin_v != fr->fr_v) 3752 v = fr->fr_v; 4227 v = fp->fr_v;
|
| D | ip_fil.h | 549 u_char fr_v; member
|
| /freebsd-9-stable/contrib/ipfilter/tools/ |
| D | ipf_y.y | 1796 fr->fr_v = 6; in newrule() 1798 fr->fr_v = 4; in newrule() 1811 fr->fr_ip.fi_v = frc->fr_v; in setipftype() 1894 fr->fr_v = v; 2186 if (fr->fr_v == 0 && f->fr_v != 0) 2187 fr->fr_v = f->fr_v;
|
| D | ipfcomp.c | 74 if (fr->fr_v != 4) 1036 if ((n & 0x0002) && (fr1->fr_v == fr->fr_v)) {
|
| D | ipfstat.c | 797 fb.fr_v = 6; 799 fb.fr_v = 4;
|