Searched refs:NGF_ORIG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netgraph/ | ||
H A D | ng_message.h | 101 #define NGF_ORIG 0x00000000 /* the msg is the original request */ macro |
/freebsd/lib/libnetgraph/ | ||
H A D | msg.c | 74 msg.header.flags = NGF_ORIG; in NgSendMsg() |