In netgraph(4) it is said that:

          In both directions, (request and response)
          it is up to the receiver of that message to free() the control mes-
          sage buffer. All control messages and replies are allocated with
          malloc() type M_NETGRAPH.

 Does this mean that I can receive message, point to its data with
a pointer in private node info, and use this data?

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to