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

  /external/mdnsresponder/mDNSPosix/
mDNSUNP.h 85 struct ifi_info { struct
96 struct ifi_info *ifi_next; /* next of these structures */
101 extern struct ifi_info *get_ifi_info_linuxv6(int family, int doaliases);
116 extern struct ifi_info *get_ifi_info(int family, int doaliases);
120 extern void free_ifi_info(struct ifi_info *);
mDNSUNP.c 83 struct ifi_info *get_ifi_info_linuxv6(int family, int doaliases)
85 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr;
121 ifi = (struct ifi_info*)calloc(1, sizeof(struct ifi_info));
214 struct ifi_info *get_ifi_info(int family, int doaliases)
217 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr;
305 ifi = (struct ifi_info*)calloc(1, sizeof(struct ifi_info));
489 free_ifi_info(struct ifi_info *ifihead)
491 struct ifi_info *ifi, *ifinext
    [all...]
mDNSPosix.c 916 struct ifi_info *intfList = get_ifi_info(AF_INET, mDNStrue);
917 struct ifi_info *firstLoopback = NULL;
927 struct ifi_info **p = &intfList;
935 struct ifi_info *i = intfList;
    [all...]

Completed in 177 milliseconds