Searched defs:ifaddrs (Results 1 – 1 of 1) sorted by relevance
30 struct ifaddrs struct32 struct ifaddrs *ifa_next; /* Pointer to the next structure. */ argument34 char *ifa_name; /* Name of this network interface. */35 unsigned int ifa_flags; /* Flags as from SIOCGIFFLAGS ioctl. */37 struct sockaddr *ifa_addr; /* Network address of this interface. */61 /* Create a linked list of `struct ifaddrs' structures, one for each argument