Home
last modified time | relevance | path

Searched defs:IPFW_ARGS_IN (Results 1 – 2 of 2) sorted by relevance

/freebsd/share/dtrace/
H A Dipfw.d83 inline int IPFW_ARGS_IN = 0x00400000; /* called on input */ variable
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h91 #define IPFW_ARGS_IN 0x00400000 /* called on input */ macro