Lines Matching refs:ifipnext
85 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr; in get_ifi_info_linuxv6() local
100 ifipnext = &ifihead; in get_ifi_info_linuxv6()
126 ifipold = *ifipnext; /* need this later */ in get_ifi_info_linuxv6()
127 ifiptr = ifipnext; in get_ifi_info_linuxv6()
128 *ifipnext = ifi; /* prev points to this new one */ in get_ifi_info_linuxv6()
129 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */ in get_ifi_info_linuxv6()
183 ifipnext = ifiptr; in get_ifi_info_linuxv6()
184 *ifipnext = ifipold; in get_ifi_info_linuxv6()
224 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr; in get_ifi_info() local
274 ifipnext = &ifihead; in get_ifi_info()
316 ifipold = *ifipnext; /* need this later */ in get_ifi_info()
317 ifiptr = ifipnext; in get_ifi_info()
318 *ifipnext = ifi; /* prev points to this new one */ in get_ifi_info()
319 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */ in get_ifi_info()
358 ifipnext = ifiptr; in get_ifi_info()
359 *ifipnext = ifipold; in get_ifi_info()
449 ifipnext = ifiptr; in get_ifi_info()
450 *ifipnext = ifipold; in get_ifi_info()