Home
last modified time | relevance | path

Searched refs:NC_UDP (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c229 if ((nc = getnetconfigent(NC_UDP)) == NULL) { in get_mount_client()
339 STREQ(nc->nc_proto, NC_UDP)) in bind_resv_port_only_udp()
592 if ((*udp_amqncpp = getnetconfigent(NC_UDP)) == NULL) { in create_amq_service()
593 plog(XLOG_ERROR, "cannot getnetconfigent for %s", NC_UDP); in create_amq_service()
647 ncp = getnetconfigent(NC_UDP); in get_knetconfig()
/netbsd-src/include/
H A Dnetconfig.h105 #define NC_UDP "udp" macro
/netbsd-src/lib/libc/rpc/
H A Drpc_generic.c301 if (strcmp(nconf->nc_proto, NC_UDP) == 0) { in __rpc_getconfip()
449 strcmp(nconf->nc_proto, NC_UDP)) in __rpc_getconf()
/netbsd-src/usr.sbin/rpcbind/
H A Drpcbind.c579 strcmp(nconf->nc_proto, NC_UDP) == 0)) || in init_transport()
617 } else if (strcmp(nconf->nc_proto, NC_UDP) == 0) { in init_transport()