Searched refs:ns_mtab (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/include/
H A Dnsswitch.h162 * ns_mtab - NSS method table
171 } ns_mtab; typedef in typeref:struct:_ns_mtab
176 typedef void (*nss_module_unregister_fn)(ns_mtab *, unsigned int);
181 typedef ns_mtab *(*nss_module_register_fn)(const char *, unsigned int *,
216 ns_mtab *mtab; /* method table */
/freebsd-10-stable/lib/libc/net/
H A Dnsdispatch.c272 cmp = strcmp(((const ns_mtab *)a)->name, ((const ns_mtab *)b)->name);
276 return (strcmp(((const ns_mtab *)a)->database,
277 ((const ns_mtab *)b)->database));
454 ns_mtab *reg(unsigned int *, nss_module_unregister_fn *);
577 ns_mtab *match, key;

Completed in 83 milliseconds