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

  /src/usr.sbin/isibootd/
isibootd.c 132 char clientname[MAXHOSTNAMELEN + 1]; local in function:main
195 if (ether_ntohost(clientname, (struct ether_addr *)fp->src)) {
201 clientname[sizeof(clientname) - 1] = '\0';
202 clientent = gethostbyname(clientname);
204 TRACE(3, ("'%s' is not a valid host\n", clientname));
isibootd.c 132 char clientname[MAXHOSTNAMELEN + 1]; local in function:main
195 if (ether_ntohost(clientname, (struct ether_addr *)fp->src)) {
201 clientname[sizeof(clientname) - 1] = '\0';
202 clientent = gethostbyname(clientname);
204 TRACE(3, ("'%s' is not a valid host\n", clientname));
isibootd.c 132 char clientname[MAXHOSTNAMELEN + 1]; local in function:main
195 if (ether_ntohost(clientname, (struct ether_addr *)fp->src)) {
201 clientname[sizeof(clientname) - 1] = '\0';
202 clientent = gethostbyname(clientname);
204 TRACE(3, ("'%s' is not a valid host\n", clientname));

Completed in 36 milliseconds