Searched defs:pnext (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6_frag.c224 struct ip6_reass_helper **pnext; local
313 for (pnext = &ipr->iprh; *pnext != NULL; pnext = &(*pnext)->next) {
314 iprh_tmp = *pnext;
389 iprh->next = *pnext;
390 *pnext = iprh;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 144 milliseconds