ReactOS 0.4.15-dev-7788-g1ad9096
protocol Struct Reference

#include <dhcpd.h>

Collaboration diagram for protocol:

Public Attributes

struct protocolnext
 
int fd
 
void(* handler )(struct protocol *)
 
voidlocal
 

Detailed Description

Definition at line 252 of file dhcpd.h.

Member Data Documentation

◆ fd

int protocol::fd

Definition at line 254 of file dhcpd.h.

◆ handler

void(* protocol::handler) (struct protocol *)

Definition at line 255 of file dhcpd.h.

◆ local

void* protocol::local

Definition at line 256 of file dhcpd.h.

◆ next

struct protocol* protocol::next

Definition at line 253 of file dhcpd.h.

Referenced by remove_protocol().


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