Searched defs:netconfigp (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/nametoaddr/straddr/common/ |
H A D | straddr.c | 84 _netdir_getbyname(struct netconfig *netconfigp, argument 100 if (searchhost(netconfigp, nd_hostservp->h_host, FIELD2, 122 if (searchserv(netconfigp, nd_hostservp->h_serv, FIELD1, 172 _netdir_getbyaddr(struct netconfig *netconfigp, struct netbuf *netbufp) argument 202 nhost = searchhost(netconfigp, hostname, FIELD1, hostbuf); 220 if (searchserv(netconfigp, servname, FIELD2, servbuf) == 0) { 221 serv = _taddr2uaddr(netconfigp, netbufp); 280 _taddr2uaddr(struct netconfig *netconfigp, struct netbuf *netbufp) argument 325 _uaddr2taddr(struct netconfig *netconfigp, char *uaddr) argument 376 _netdir_options(struct netconfig *netconfigp, in argument 403 searchhost(struct netconfig *netconfigp, char *token, int field, char *hostbuf) argument 517 searchserv(struct netconfig *netconfigp, char *token, int field, char *servname) argument [all...] |
/osnet-11/usr/src/lib/libnsl/netselect/ |
H A D | netselect.c | 324 struct netconfig *netconfigp; /* holds the new netconfig structure */ local 351 if ((netconfigp = calloc(1, sizeof (struct netconfig))) == NULL) { 358 netconfigp->nc_netid = entnetid; 360 ((netconfigp->nc_semantics = 363 ((netconfigp->nc_flag = getflag(tok2)) == FAILURE) || 364 ((netconfigp->nc_protofmly = gettoken(NULL, FALSE)) == NULL) || 365 ((netconfigp->nc_proto = gettoken(NULL, FALSE)) == NULL) || 366 ((netconfigp->nc_device = gettoken(NULL, FALSE)) == NULL) || 368 (((netconfigp->nc_nlookups = getnlookups(tok3)) != 0) && 369 ((netconfigp 891 netconfig_free(struct netconfig *netconfigp) argument 909 netconfig_dup(struct netconfig *netconfigp) argument [all...] |
Completed in 24 milliseconds