Searched refs:fnew (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c652 fr_info_t fnew; local
657 bzero((char *)&fnew, sizeof(fnew));
663 fnew.fin_v = 4;
685 fnew.fin_v = 6;
697 fnew.fin_ifp = fin->fin_ifp;
698 fnew.fin_flx = FI_NOCKSUM;
699 fnew.fin_m = m;
700 fnew.fin_ip = ip;
701 fnew
[all...]
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkerr.pl71 $fnew{$1} = 0;
264 $fnew{$2}++;
287 if(!$fnew{$lib} && !$rnew{$lib}) {
291 print STDERR "$lib:\t\t$fnew{$lib} New Functions,";

Completed in 107 milliseconds