Lines Matching +full:magic +full:- +full:packet
2 * unbound-event.h - unbound validating resolver public API with events
77 /** magic number to identify this version of the pluggable event api */
112 * The magic number must be correct and the Virtual Method Table must be
116 /** magic must be UB_EVENT_MAGIC (0x44d74d78) */
117 unsigned long magic; member
163 * The magic number must be correct and the Virtual Method Table must be
167 /** magic must be UB_EVENT_MAGIC (0x44d74d78) */
168 unsigned long magic; member
232 * void callback(void* mydata, int rcode, void* packet, int packet_len,
237 * with packet: a buffer with DNS wireformat packet with the answer.
239 * do not write or free the packet buffer, it is used internally
241 * with packet_len: length in bytes of the packet buffer.
245 * These point to buffers inside unbound; do not deallocate the packet or
252 * @param async_id: if you pass a non-NULL value, an identifier number is