ReactOS 0.4.15-dev-7918-g2a2556c
parser.h
Go to the documentation of this file.
1#ifndef PARSER_H
2#define PARSER_H
3
6int write_packet( DHCPMESSAGE *, char *);
7
8#endif
int parse_dhcp_options(DHCPMESSAGE *, DHCPOPTIONS *)
Definition: parser.c:8
int process_dhcp_packet(DHCPMESSAGE *, DHCPOPTIONS *)
Definition: parser.c:193
int write_packet(DHCPMESSAGE *, char *)
Definition: parser.c:348