Home
last modified time | relevance | path

Searched refs:netconfigp (Results 1 – 3 of 3) sorted by relevance

/dports/audio/nas/nas-1.9.4/lib/audio/
H A Dnameaddr.c309 struct netconfig *netconfigp = NULL; in SetupNetworkStream() local
325 while((netconfigp = getnetpath(handlep)) != NULL) in SetupNetworkStream()
344 if( strcmp(netconfigp->nc_netid, "starlan") == 0 ) in SetupNetworkStream()
399 Network._net[Network._nnets] = netconfigp; in SetupNetworkStream()
515 static struct netconfig *netconfigp = NULL; variable
531 netconfigp = nettype; in CallTheNameServer()
615 strcmp(netconfigp->nc_protofmly, "inet") == 0 && in ConvertName()
616 strcmp(netconfigp->nc_proto , "tcp") == 0 in ConvertName()
731 entry, netconfigp->nc_netid); in ConvertAddress()
734 strcmp(netconfigp->nc_protofmly, "inet") == 0 && in ConvertAddress()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/rpc/
H A Dgetnetconfig.c499 freenetconfigent(struct netconfig *netconfigp) in freenetconfigent() argument
501 if (netconfigp != NULL) { in freenetconfigent()
503 free(netconfigp->nc_netid); in freenetconfigent()
504 if (netconfigp->nc_lookups != NULL) in freenetconfigent()
505 free(netconfigp->nc_lookups); in freenetconfigent()
506 free(netconfigp); in freenetconfigent()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/xtrans/
H A DXtranstli.c382 struct netconfig *netconfigp; variable
399 while( (netconfigp=getnetconfig(handlep)) != NULL )
401 if( strcmp(netconfigp->nc_protofmly,
406 if( netdir_getbyname(netconfigp,&nd_hostserv, &nd_addrlistp) == 0 )
411 PRMSG(5, "TLIAddrToNetbuf: %s\n",taddr2uaddr(netconfigp,nd_addrlistp->n_addrs),