version 1.37, 2013/11/22 13:49:14
|
version 1.38.10.1, 2013/12/04 10:08:40
|
Line 163 int ioUpSocket(sock_t * __restrict s, void *arg, int t
|
Line 163 int ioUpSocket(sock_t * __restrict s, void *arg, int t
|
* ioUpdTimerSocket() - Update timeout of socket |
* ioUpdTimerSocket() - Update timeout of socket |
* |
* |
* @c = Client socket |
* @c = Client socket |
* @arg = Optional data argument |
|
* return: none |
* return: none |
*/ |
*/ |
void ioUpdTimerSocket(sock_cli_t * __restrict c, void *arg); | void ioUpdTimerSocket(sock_cli_t * __restrict c); |
/* |
/* |
* ioLoopSocket() - Start socket scheduler |
* ioLoopSocket() - Start socket scheduler |
* |
* |
Line 508 int io_dumbFile(const char *csFile, int mode, off_t si
|
Line 507 int io_dumbFile(const char *csFile, int mode, off_t si
|
* return: -1 error or 0 ok |
* return: -1 error or 0 ok |
*/ |
*/ |
int io_get1stiface(char *szIface, int iflen); |
int io_get1stiface(char *szIface, int iflen); |
|
/* |
|
* io_getmaciface() - Get MAC address from interface name |
|
* |
|
* @csIface = interface name |
|
* @ea = ethernet address |
|
* return: -1 error, 0 ok or 1 not found |
|
*/ |
|
int io_getmaciface(const char *csIface, ether_addr_t * __restrict ea); |
/* |
/* |
* io_etherOpen() - Open BPF interface to device |
* io_etherOpen() - Open BPF interface to device |
* |
* |