OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npc_alen
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/net/npf/
npf_bpf.c
111
const u_int alen = npc->
npc_alen
;
157
const uint32_t ver = (npc->
npc_alen
& 4) | ((npc->
npc_alen
>> 4) * 6);
190
return npf_table_lookup(t, npc->
npc_alen
, addr) == 0;
npf_inet.c
458
npc->
npc_alen
= sizeof(struct in_addr);
551
npc->
npc_alen
= sizeof(struct in6_addr);
712
memcpy(npc->npc_ips[which], addr, npc->
npc_alen
);
750
const int alen = npc->
npc_alen
;
npf.h
175
uint8_t
npc_alen
;
member in struct:__anonb49106fe0208
npf_alg_icmp.c
395
cksum = npf_addr_cksum(cksum, enpc.
npc_alen
, enpc.npc_ips[which], addr);
npf_connkey.c
232
const unsigned alen = npc->
npc_alen
;
npf_nat.c
443
npf_addr_mask(&np->n_taddr, np->n_tmask, npc->
npc_alen
, addr);
444
npf_addr_bitor(orig_addr, np->n_tmask, npc->
npc_alen
, addr);
480
const unsigned alen = npc->
npc_alen
;
npf_conn.c
427
const unsigned alen = npc->
npc_alen
;
Completed in 39 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025