OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fiop
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c
2291
friostat_t *
fiop
= (friostat_t *)current;
local
2293
bcopy(&old->of_st[0], &
fiop
->f_st[0].fr_pass, sizeof(old->of_st[0]));
2294
bcopy(&old->of_st[1], &
fiop
->f_st[1].fr_pass, sizeof(old->of_st[1]));
2296
fiop
->f_ipf[0][0] = old->f_ipf[0][0];
2297
fiop
->f_ipf[0][1] = old->f_ipf[0][1];
2298
fiop
->f_ipf[1][0] = old->f_ipf[1][0];
2299
fiop
->f_ipf[1][1] = old->f_ipf[1][1];
2300
fiop
->f_acct[0][0] = old->f_acct[0][0];
2301
fiop
->f_acct[0][1] = old->f_acct[0][1];
2302
fiop
->f_acct[1][0] = old->f_acct[1][0]
2321
friostat_t *
fiop
= (friostat_t *)current;
local
3495
friostat_t *
fiop
= (friostat_t *)current;
local
3536
friostat_t *
fiop
= (friostat_t *)current;
local
[
all
...]
fil.c
4198
/*
fiop
(I) - pointer to ipfilter stats structure */
4210
ipf_getstat(ipf_main_softc_t *softc, friostat_t *
fiop
, int rev)
4214
bcopy((char *)softc->ipf_stats, (char *)
fiop
->f_st,
4216
fiop
->f_locks[IPL_LOGSTATE] = -1;
4217
fiop
->f_locks[IPL_LOGNAT] = -1;
4218
fiop
->f_locks[IPL_LOGIPF] = -1;
4219
fiop
->f_locks[IPL_LOGAUTH] = -1;
4221
fiop
->f_ipf[0][0] = softc->ipf_rules[0][0];
4222
fiop
->f_acct[0][0] = softc->ipf_acct[0][0];
4223
fiop
->f_ipf[0][1] = softc->ipf_rules[0][1]
[
all
...]
Completed in 21 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026