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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping.c118 char *target, hnamebuf[MAXHOSTNAMELEN]; local
252 strncpy(hnamebuf, hp->h_name, sizeof(hnamebuf) - 1);
253 hnamebuf[sizeof(hnamebuf) - 1] = 0;
254 hostname = hnamebuf;

Completed in 108 milliseconds