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

  /src/sys/net/npf/
npf_sendpkt.c 116 } else if (npf_iscached(npc, NPC_IP6)) {
151 KASSERT(npf_iscached(npc, NPC_IP6));
190 KASSERT(npf_iscached(npc, NPC_IP6));
227 } else if (npf_iscached(npc, NPC_IP6)) {
npf_socket.c 99 } else if (npf_iscached(npc, NPC_IP6)) {
191 KASSERT(npf_iscached(npc, NPC_IP6));
npf.h 143 #define NPC_IP6 0x02 /* Indicates IPv6 header. */
157 #define NPC_IP46 (NPC_IP4|NPC_IP6)
npf_ext_log.c 95 } else if (npf_iscached(npc, NPC_IP6)) {
npf_inet.c 265 } else if (npf_iscached(npc, NPC_IP6)) {
556 flags |= NPC_IP6;
767 KASSERT(npf_iscached(npc, NPC_IP6));
868 if (!npf_iscached(npc, NPC_IP6)) {
npf_handler.c 93 } else if (npf_iscached(npc, NPC_IP6) && npf->ip6_reassembly) {
npf_alg_icmp.c 218 } else if (npf_iscached(npc, NPC_IP6) &&

Completed in 41 milliseconds