Home
last modified time | relevance | path

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

/freebsd/include/
H A Dnetconfig.h80 #define NC_INET6 "inet6" macro
/freebsd/sys/rpc/
H A Dnetconfig.h50 #define NC_INET6 "inet6" macro
H A Drpc_generic.c656 && strcmp(nconf->nc_protofmly, NC_INET6)) in __rpc_getconf()
668 && strcmp(nconf->nc_protofmly, NC_INET6)) in __rpc_getconf()
/freebsd/lib/libc/rpc/
H A Drpc_generic.c375 && strcmp(nconf->nc_protofmly, NC_INET6)) in __rpc_getconf()
387 && strcmp(nconf->nc_protofmly, NC_INET6)) in __rpc_getconf()
H A Drpcb_clnt.c473 if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0 || in local_rpcb()