Lines Matching defs:buffer

106 	char *buffer, int buflen, int af_family, int flags, int *h_errnop)
108 return (_switch_getipnodebyname_r(nam, result, buffer, buflen,
114 struct hostent *result, char *buffer, int buflen, int *h_errnop)
118 result, buffer, buflen, h_errnop));
121 result, buffer, buflen, h_errnop));
305 nssin.arg.nss.host6.buf = buf6->buffer;
345 nssin.arg.nss.host.buf = buf4->buffer;
364 /* Extract the appropriate addresses from the returned buffer(s). */
532 nssin.arg.nss.host.buf = buf->buffer;
550 buf->buffer, buf->buflen, error_num)) {
609 nssin.arg.nss.host.buf = buf->buffer;
627 buf->buffer, buf->buflen, error_num)) {
659 nssin.arg.nss.host.buf = buf->buffer;
823 * he4 pointer to IPv4 buffer
824 * he6 pointer to IPv6 buffer (NULL if not merging v4/v6
825 * res pointer to results buffer
829 * The results are packed into the res->buffer as follows:
830 * <--------------- buffer + buflen -------------------------------------->
842 char *buffer, *limit;
853 limit = res->buffer + buflen;
855 buffer = res->buffer;
858 host->h_addr_list = (char **)ROUND_UP(buffer, sizeof (char **));
1048 * If mapped addrs found, then a new buffer is alloc'd and all the v4 mapped
1063 * The results are packed into the res->buffer as follows:
1064 * <--------------- buffer + buflen -------------------------------------->
1075 char *buffer, *limit;
1096 limit = res->buffer + buflen;
1098 buffer = res->buffer;
1101 host->h_addr_list = (char **)ROUND_UP(buffer, sizeof (char **));
1262 * bufp->result bufp->buffer
1286 bufp->buffer = (char *)(bufp->result) + sizeof (struct hostent);