mountd.c | 348 SVCXPRT *udptransp, *tcptransp, *udp6transp, *tcp6transp; local in function:mountd_main 471 udptransp = svc_dg_create(udpsock, 0, 0); 472 if (udptransp != NULL) { 473 if (!svc_reg(udptransp, RPCPROG_MNT, RPCMNT_VER1, 475 !svc_reg(udptransp, RPCPROG_MNT, RPCMNT_VER3,
|