Searched refs:get_ifi_info (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSUNP.h114 /* function of our own named get_ifi_info that returns a linked list of structures, one */
116 extern struct ifi_info *get_ifi_info(int family, int doaliases);
119 /* returned by get_ifi_info and frees all the dynamic memory.' */
H A DmDNSPosix.c970 // Call get_ifi_info() to obtain a list of active interfaces and call SetupOneInterface() on each one.
975 struct ifi_info *intfList = get_ifi_info(AF_INET, mDNStrue);
988 *p = get_ifi_info(AF_INET6, mDNStrue);
H A DmDNSUNP.c525 struct ifi_info *get_ifi_info(int family, int doaliases) function

Completed in 81 milliseconds