Lines Matching defs:ifipnext
89 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr;
104 ifipnext = &ifihead;
130 ifipold = *ifipnext; /* need this later */
131 ifiptr = ifipnext;
132 *ifipnext = ifi; /* prev points to this new one */
133 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */
187 ifipnext = ifiptr;
188 *ifipnext = ifipold;
363 struct ifi_info *ifi, *ifihead, **ifipnext;
412 ifipnext = &ifihead;
511 *ifipnext = ifi; /* prev points to this new one */
512 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */
531 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr;
583 ifipnext = &ifihead;
625 ifipold = *ifipnext; /* need this later */
626 ifiptr = ifipnext;
627 *ifipnext = ifi; /* prev points to this new one */
628 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */
667 ifipnext = ifiptr;
668 *ifipnext = ifipold;
758 ifipnext = ifiptr;
759 *ifipnext = ifipold;