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

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_4.c236 struct netconfig *trans_conf; /* transport netconfig */ local
244 trans_conf = rpcbind_get_conf(transp->xp_netid);
245 if (strcmp(trans_conf->nc_protofmly, NC_INET6) == 0) {
H A Drpcb_svc_com.c336 struct netconfig *trans_conf; /* transport netconfig */ local
354 trans_conf = rpcbind_get_conf(transp->xp_netid);
355 if (strcmp(trans_conf->nc_protofmly, NC_INET6) == 0) {

Completed in 47 milliseconds