Searched refs:ifipnext (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSUNP.c | 89 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr; local 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; local 409 ifipnext 528 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr; local [all...] |
Completed in 58 milliseconds