HomeSort by: relevance | last modified time | path
    Searched defs:clientent (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/isibootd/
isibootd.c 133 struct hostent *clientent; local in function:main
202 clientent = gethostbyname(clientname);
203 if (clientent == NULL || clientent->h_addrtype != AF_INET) {
isibootd.c 133 struct hostent *clientent; local in function:main
202 clientent = gethostbyname(clientname);
203 if (clientent == NULL || clientent->h_addrtype != AF_INET) {

Completed in 22 milliseconds