#include <errno.h>
#include <sys/socket.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <atalk/util.h>
Macros | |
#define | IFACE_NUM 5 |
Functions | |
static int | addname (char **list, int *i, const char *name) |
static int | getifaces (const int sockfd, char ***list) |
char ** | getifacelist (void) |
void | freeifacelist (char **ifacelist) |
#define IFACE_NUM 5 |
|
static |
void freeifacelist | ( | char ** | ifacelist | ) |
char ** getifacelist | ( | void | ) |
|
static |