Home | History | Annotate | Download | only in mDNSPosix

Lines Matching refs:ifi_info

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;
503 free(ifi); /* the ifi_info{} itself */