Lines Matching refs:netconfig
65 static struct knetconfig *get_knconf(struct netconfig *nconf);
72 struct netconfig **nconfp);
87 struct netbuf *get_addr(char *, int, int, struct netconfig **);
88 struct knetconfig *get_knconf(struct netconfig *);
119 struct netconfig *nconf, *udpnconf; in mount_nfs()
667 get_addr(char *hostname, int prog, int vers, struct netconfig **nconfp) in get_addr()
670 static struct netconfig *nconf; in get_addr()
674 struct netconfig *getnetconfig(); in get_addr()
675 struct netconfig *getnetconfigent(); in get_addr()
744 get_knconf(struct netconfig *nconf) in get_knconf()
846 struct netconfig *udpnconf; in bindudp_resvport()
871 if ((udpnconf = getnetconfigent("udp")) == (struct netconfig *)NULL) { in bindudp_resvport()