Home
last modified time | relevance | path

Searched refs:rmtcallfd_list (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c529 struct rmtcallfd_list { struct
532 struct rmtcallfd_list *next; argument
535 static struct rmtcallfd_list *rmthead;
536 static struct rmtcallfd_list *rmttail;
544 struct rmtcallfd_list *rmt; in create_rmtcall_fd()
562 rmt = malloc(sizeof (struct rmtcallfd_list)); in create_rmtcall_fd()
598 struct rmtcallfd_list *rmt; in find_rmtcallfd_by_netid()