Searched refs:p_resultList (Results 1 – 1 of 1) sorted by relevance
306 static void addToEnd(struct ifaddrs **p_resultList, struct ifaddrs *p_entry) in addToEnd() argument308 if(!*p_resultList) in addToEnd()310 *p_resultList = p_entry; in addToEnd()314 struct ifaddrs *l_cur = *p_resultList; in addToEnd()323 static int interpretLink(struct nlmsghdr *p_hdr, struct ifaddrs **p_resultList) in interpretLink() argument419 addToEnd(p_resultList, l_entry); in interpretLink()443 static int interpretAddr(struct nlmsghdr *p_hdr, struct ifaddrs **p_resultList, int p_numLinks) in interpretAddr() argument446 struct ifaddrs *l_interface = findInterface(l_info->ifa_index, p_resultList, p_numLinks); in interpretAddr()587 addToEnd(p_resultList, l_entry); in interpretAddr()613 if(interpretLink(l_hdr, p_resultList) == -1) in interpretLinks()[all …]