Home
last modified time | relevance | path

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.c106 static ip_xprt_t *ip_xps; /* list of active transports */ variable
249 for (ipx = ip_xps; ipx != NULL; ipx = ipx->ipx_next) { in ip_fmdo_recv()
530 ipx->ipx_next = ip_xps; in ip_xprt_create()
531 ip_xps = ipx; in ip_xprt_create()
539 ip_xprt_t *ipp, **ppx = &ip_xps; in ip_xprt_destroy()
1057 while (ip_xps != NULL) in _fmd_fini()
1058 ip_xprt_destroy(ip_xps); in _fmd_fini()