peapod  0.1.0
EAPOL Proxy Daemon
proxy.h
Go to the documentation of this file.
1 /**
2  * @file proxy.h
3  * @brief Function prototypes for @p proxy.c.
4  */
5 #pragma once
6 
7 void proxy(struct iface_t *ifaces);
struct iface_t * ifaces
Interface list.
Definition: peapod.c:85
void proxy(struct iface_t *ifaces)
Main event loop.
Definition: proxy.c:122
Represents a network interface and its associated config.
Definition: parser.h:82