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

/freebsd-10.1-release/contrib/amd/conf/transp/
H A Dtransp_sockets.c508 SVCXPRT *autofs_xprt = NULL; local
516 if ((autofs_xprt = svcudp_create(autofs_socket)) == NULL) {
520 if (autofs_xprt->xp_port >= IPPORT_RESERVED) {
524 if (!svc_register(autofs_xprt, AUTOFS_PROG, AUTOFS_VERS, autofs_dispatch, 0)) {

Completed in 44 milliseconds