Home
last modified time | relevance | path

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

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