HomeSort by: relevance | last modified time | path
    Searched refs:NPC_ICMP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/npf/
npf_alg_icmp.c 199 KASSERT(npf_iscached(npc, NPC_ICMP));
245 if (!npf_iscached(npc, NPC_ICMP))
327 if (flow == NPF_FLOW_FORW || !npf_iscached(npc, NPC_ICMP))
437 KASSERT(npf_iscached(npc, NPC_ICMP));
npf_inet.c 652 l4flags = NPC_LAYER4 | NPC_ICMP;
658 l4flags = NPC_LAYER4 | NPC_ICMP;
846 KASSERT(npf_iscached(npc, NPC_ICMP));
npf.h 149 #define NPC_ICMP 0x40 /* ICMP header. */

Completed in 15 milliseconds