add back in udhcp support
This commit is contained in:
8
networking/udhcp/socket.h
Normal file
8
networking/udhcp/socket.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/* socket.h */
|
||||
#ifndef _SOCKET_H
|
||||
#define _SOCKET_H
|
||||
|
||||
int read_interface(char *interface, int *ifindex, uint32_t *addr, uint8_t *arp);
|
||||
int listen_socket(uint32_t ip, int port, char *inf);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user