Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_message.h102 #define NGF_ORIG 0x00000000 /* the msg is the original request */ macro
/f-stack/freebsd/netgraph/
H A Dng_message.h100 #define NGF_ORIG 0x00000000 /* the msg is the original request */ macro
/f-stack/tools/libnetgraph/
H A Dmsg.c101 msg.header.flags = NGF_ORIG; in NgSendMsg()