Searched defs:ifaddrs (Results 1 – 1 of 1) sorted by relevance
29 struct ifaddrs struct31 struct ifaddrs *ifa_next; /* Pointer to the next structure. */ argument33 char *ifa_name; /* Name of this network interface. */34 unsigned int ifa_flags; /* Flags as from SIOCGIFFLAGS ioctl. */36 struct sockaddr *ifa_addr; /* Network address of this interface. */60 /* Create a linked list of `struct ifaddrs' structures, one for each argument
Completed in 3 milliseconds