Searched refs:ifipnext (Results 1 – 1 of 1) sorted by relevance
96 struct ifi_info *ifi, *ifihead, **ifipnext; in get_ifi_info_linuxv6() local109 ifipnext = &ifihead; in get_ifi_info_linuxv6()131 *ifipnext = ifi; /* prev points to this new one */ in get_ifi_info_linuxv6()132 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */ in get_ifi_info_linuxv6()345 struct ifi_info *ifi, *ifihead, **ifipnext; in get_ifi_info_solaris() local394 ifipnext = &ifihead; in get_ifi_info_solaris()493 *ifipnext = ifi; /* prev points to this new one */ in get_ifi_info_solaris()494 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */ in get_ifi_info_solaris()513 struct ifi_info *ifi, *ifihead, **ifipnext; in get_ifi_info() local565 ifipnext = &ifihead; in get_ifi_info()[all …]