Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypbind/
H A Dypbind.c152 static SVCXPRT *udptransp, *tcptransp; variable
451 tcptransp = svctcp_create(RPC_ANYSOCK, 0, 0); in main()
452 if (tcptransp == NULL) in main()
455 if (!svc_register(tcptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2, in main()