HomeSort by relevance Sort by last modified time
    Searched refs:get_ifi_info (Results 1 - 3 of 3) sorted by null

  /external/mdnsresponder/mDNSPosix/
mDNSUNP.h 114 /* 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.' */
mDNSUNP.c 221 struct ifi_info *get_ifi_info(int family, int doaliases) function
mDNSPosix.c 935 // Call get_ifi_info() to obtain a list of active interfaces and call SetupOneInterface() on each one.
940 struct ifi_info *intfList = get_ifi_info(AF_INET, mDNStrue);
953 *p = get_ifi_info(AF_INET6, mDNStrue);
    [all...]

Completed in 117 milliseconds