ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
trace_type Struct Reference

#include <trace.h>

Data Fields

trace_type_tnext
 
int index
 
char * name
 
void * baggage
 
void(* have_packet )(trace_type_t *, unsigned, char *)
 
void(* stop_tracing )(trace_type_t *)
 

Detailed Description

Definition at line 65 of file trace.h.

Field Documentation

◆ baggage

void* trace_type::baggage

Definition at line 69 of file trace.h.

◆ have_packet

void(* trace_type::have_packet) (trace_type_t *, unsigned, char *)

Definition at line 70 of file trace.h.

◆ index

int trace_type::index

Definition at line 67 of file trace.h.

◆ name

char* trace_type::name

Definition at line 68 of file trace.h.

◆ next

trace_type_t* trace_type::next

Definition at line 66 of file trace.h.

◆ stop_tracing

void(* trace_type::stop_tracing) (trace_type_t *)

Definition at line 71 of file trace.h.


The documentation for this struct was generated from the following file: