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

/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c159 static SVCXPRT *udptransp, *tcptransp; variable
456 tcptransp = svctcp_create(RPC_ANYSOCK, 0, 0);
457 if (tcptransp == NULL)
460 if (!svc_register(tcptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2,

Completed in 54 milliseconds