Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_message.h101 #define NGF_ORIG 0x00000000 /* the msg is the original request */ macro
/freebsd/lib/libnetgraph/
H A Dmsg.c74 msg.header.flags = NGF_ORIG; in NgSendMsg()