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

/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c125 static char host_buf[NI_MAXHOST]; /* getnameinfo() */ variable
478 getnameinfo((struct sockaddr *)sin, sin->sin6_len, host_buf,
479 sizeof(host_buf), NULL ,0,
481 printf("%s (%s) -- no entry\n", host, host_buf);
541 sin->sin6_len, host_buf,
542 sizeof(host_buf), NULL, 0,
544 printf("%s (%s) deleted\n", host, host_buf);
644 getnameinfo((struct sockaddr *)sin, sin->sin6_len, host_buf,
645 sizeof(host_buf), NULL, 0, (nflag ? NI_NUMERICHOST : 0));
649 delete(host_buf);
[all...]

Completed in 62 milliseconds