Searched refs:ip_xps (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c105 static pthread_mutex_t ip_lock; /* lock for ip_xps list */
106 static ip_xprt_t *ip_xps; /* list of active transports */ variable
249 for (ipx = ip_xps; ipx != NULL; ipx = ipx->ipx_next) {
530 ipx->ipx_next = ip_xps;
531 ip_xps = ipx;
539 ip_xprt_t *ipp, **ppx = &ip_xps;
1056 while (ip_xps != NULL)
1057 ip_xprt_destroy(ip_xps);

Completed in 45 milliseconds