Lines Matching defs:netconfigp
84 _netdir_getbyname(struct netconfig *netconfigp,
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)
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)
325 _uaddr2taddr(struct netconfig *netconfigp, char *uaddr)
376 _netdir_options(struct netconfig *netconfigp, int option, int fd, void *par)
403 searchhost(struct netconfig *netconfigp, char *token, int field, char *hostbuf)
439 if (strcmp(netconfigp->nc_protofmly, NC_LOOPBACK) == 0)
452 netconfigp->nc_netid);
517 searchserv(struct netconfig *netconfigp, char *token, int field, char *servname)
529 netconfigp->nc_netid);