Home
last modified time | relevance | path

Searched refs:NPC_FMTERR (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/net/npf/
Dnpf_inet.c440 return NPC_FMTERR; in npf_cache_ip()
445 return NPC_FMTERR; in npf_cache_ip()
449 return NPC_FMTERR; in npf_cache_ip()
478 return NPC_FMTERR; in npf_cache_ip()
508 return NPC_FMTERR; in npf_cache_ip()
511 return NPC_FMTERR; in npf_cache_ip()
537 return NPC_FMTERR; in npf_cache_ip()
572 return NPC_FMTERR; in npf_cache_tcp()
575 return NPC_FMTERR; in npf_cache_tcp()
607 (flags & NPC_FMTERR) != 0) { in npf_cache_all()
[all …]
Dnpf_handler.c124 if (npf_cache_all(npc) & (NPC_IPFRAG|NPC_FMTERR)) { in npf_reassembly()
180 if (flags & NPC_FMTERR) { in npfk_packet_handler()
Dnpf.h144 #define NPC_FMTERR 0x200 /* Format error. */ macro