HomeSort by: relevance | last modified time | path
    Searched defs:enpc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/npf/
npf_alg_icmp.c 193 npfa_icmp_inspect(npf_cache_t *npc, npf_cache_t *enpc)
206 memset(enpc, 0, sizeof(npf_cache_t));
207 enpc->npc_ctx = npc->npc_ctx;
208 enpc->npc_nbuf = nbuf;
212 * embedded packet. Fill the "enpc" cache, if so.
217 ret = npfa_icmp4_inspect(ic->icmp_type, enpc, &hasqid);
221 ret = npfa_icmp6_inspect(ic6->icmp6_type, enpc, &hasqid);
241 npf_cache_t enpc; local in function:npfa_icmp_conn
247 if (!npfa_icmp_inspect(npc, &enpc))
271 SWAP(npf_addr_t *, enpc.npc_ips[NPF_SRC], enpc.npc_ips[NPF_DST])
323 npf_cache_t enpc; local in function:npfa_icmp_nat
    [all...]
npf_alg_icmp.c 193 npfa_icmp_inspect(npf_cache_t *npc, npf_cache_t *enpc)
206 memset(enpc, 0, sizeof(npf_cache_t));
207 enpc->npc_ctx = npc->npc_ctx;
208 enpc->npc_nbuf = nbuf;
212 * embedded packet. Fill the "enpc" cache, if so.
217 ret = npfa_icmp4_inspect(ic->icmp_type, enpc, &hasqid);
221 ret = npfa_icmp6_inspect(ic6->icmp6_type, enpc, &hasqid);
241 npf_cache_t enpc; local in function:npfa_icmp_conn
247 if (!npfa_icmp_inspect(npc, &enpc))
271 SWAP(npf_addr_t *, enpc.npc_ips[NPF_SRC], enpc.npc_ips[NPF_DST])
323 npf_cache_t enpc; local in function:npfa_icmp_nat
    [all...]

Completed in 123 milliseconds