#include "timer.h"
#include "pt.h"
Go to the source code of this file.
Data Structures | |
struct | dhcpc_state |
Functions | |
void | dhcpc_init (const void *mac_addr, int mac_len) |
void | dhcpc_request (void) |
void | dhcpc_appcall (void) |
void | dhcpc_configured (const struct dhcpc_state *s) |
void dhcpc_appcall | ( | void | ) |
void dhcpc_configured | ( | const struct dhcpc_state * | s | ) |
void dhcpc_init | ( | const void * | mac_addr, | |
int | mac_len | |||
) |
void dhcpc_request | ( | void | ) |