Lines Matching refs:ifipnext
96 struct ifi_info *ifi, *ifihead, **ifipnext; in get_ifi_info_linuxv6() local
109 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() local
394 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() local
565 ifipnext = &ifihead; in get_ifi_info()
607 *ifipnext = ifi; /* prev points to this new one */ in get_ifi_info()
608 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */ in get_ifi_info()