Lines Matching refs:ifipnext
89 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr;
102 ifipnext = &ifihead;
128 ifipold = *ifipnext; /* need this later */
129 ifiptr = ifipnext;
130 *ifipnext = ifi; /* prev points to this new one */
131 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */
181 ifipnext = ifiptr;
182 *ifipnext = ifipold;
360 struct ifi_info *ifi, *ifihead, **ifipnext;
409 ifipnext = &ifihead;
508 *ifipnext = ifi; /* prev points to this new one */
509 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */
528 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr;
580 ifipnext = &ifihead;
622 ifipold = *ifipnext; /* need this later */
623 ifiptr = ifipnext;
624 *ifipnext = ifi; /* prev points to this new one */
625 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */
664 ifipnext = ifiptr;
665 *ifipnext = ifipold;
755 ifipnext = ifiptr;
756 *ifipnext = ifipold;