Searched refs:get_host (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 235 static int get_host(char *, struct grouplist *, struct grouplist *); 1774 } else if (get_host(hst, grp, tgrp)) { in get_exportlist_one() 1779 } else if (get_host(cp, grp, tgrp)) { in get_exportlist_one() 2979 get_host(char *cp, struct grouplist *grp, struct grouplist *tgrp) in get_host() function
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpclient.c | 2068 get_host(struct snmp_client *sc __unused, const char **strp) in get_host() function 2202 host[1] = get_host(sc, &str); in snmp_parse_server()
|