version 1.3.2.1, 2013/06/03 22:25:09
|
version 1.5, 2013/06/20 14:55:23
|
Line 85 typedef struct {
|
Line 85 typedef struct {
|
*/ |
*/ |
int e_usleep(unsigned int usec); |
int e_usleep(unsigned int usec); |
/* |
/* |
|
* e_link_ntoa() - String ethernet address from link address |
|
* |
|
* @sdl = link address |
|
* return: =NULL error or !=NULL ethernet address, should be e_free() |
|
*/ |
|
char *e_link_ntoa(const struct sockaddr_dl *sdl); |
|
/* |
* e_ether_ntoa() - Convert ethernet address to string |
* e_ether_ntoa() - Convert ethernet address to string |
* |
* |
* @n = ethernet address structure, like struct ether_addr |
* @n = ethernet address structure, like struct ether_addr |