HomeSort by relevance Sort by last modified time
    Searched full:get_ifi_info (Results 1 - 4 of 4) 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.' */
ReadMe.txt 168 2. mDNSPlatformInit gets a list of interfaces (get_ifi_info) and registers
mDNSPosix.c 934 // Call get_ifi_info() to obtain a list of active interfaces and call SetupOneInterface() on each one.
939 struct ifi_info *intfList = get_ifi_info(AF_INET, mDNStrue);
952 *p = get_ifi_info(AF_INET6, mDNStrue);
    [all...]
mDNSUNP.c 221 struct ifi_info *get_ifi_info(int family, int doaliases) function

Completed in 64 milliseconds