mountd.c | 348 SVCXPRT *udptransp, *tcptransp, *udp6transp, *tcp6transp; local in function:mountd_main 534 tcp6transp = svc_vc_create(tcp6sock, RPC_MAXDATASIZE, 536 if (tcp6transp != NULL) { 537 if (!svc_reg(tcp6transp, RPCPROG_MNT, RPCMNT_VER1, 539 !svc_reg(tcp6transp, RPCPROG_MNT, RPCMNT_VER3,
|