mountd.c | 348 SVCXPRT *udptransp, *tcptransp, *udp6transp, *tcp6transp; local in function:mountd_main 513 udp6transp = svc_dg_create(udp6sock, 0, 0); 514 if (udp6transp != NULL) { 515 if (!svc_reg(udp6transp, RPCPROG_MNT, RPCMNT_VER1, 517 !svc_reg(udp6transp, RPCPROG_MNT, RPCMNT_VER3,
|