Russ Dill | 61fb489 | 2002-10-14 21:41:28 +0000 | [diff] [blame] | 1 | /* socket.h */ |
2 | #ifndef _SOCKET_H | ||||
3 | #define _SOCKET_H | ||||
4 | |||||
Eric Andersen | ad95373 | 2004-01-30 23:45:53 +0000 | [diff] [blame^] | 5 | int read_interface(char *interface, int *ifindex, uint32_t *addr, uint8_t *arp); |
6 | int listen_socket(uint32_t ip, int port, char *inf); | ||||
Russ Dill | 61fb489 | 2002-10-14 21:41:28 +0000 | [diff] [blame] | 7 | |
8 | #endif |