Home
last modified time | relevance | path

Searched refs:hostlookup (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/deprecated/netimp/
H A Dif_imphost.h110 struct host *hostlookup();
H A Dif_imp.c317 if ((hp = hostlookup((int)cp->dl_imp, (int)cp->dl_host,
336 if (hp = hostlookup((int)cp->dl_imp, (int)cp->dl_host, unit)) {
352 if (hp = hostlookup((int)cp->dl_imp, (int)cp->dl_host, unit)) {
H A Dif_imphost.c40 hostlookup(imp, host, unit) in hostlookup() function