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

/osnet-11/usr/src/lib/libnsl/netdir/
H A Dnetdir.c68 struct nd_addrlist *(*gbn)(); /* _netdir_getbyname */ member in struct:translator
121 * We check for this case by looking at the gbn and name fields.
122 * If the gbn address is the same, but the names are different, then we
224 nn = (*(t->gbn))(tp, serv);
242 nn = (*(t->gbn))(tp, serv);
677 t->gbn = (struct nd_addrlist *(*)())dlsym(t->tr_fd,
679 if (!(t->gbn)) {

Completed in 85 milliseconds