Lines Matching defs:buffer

118 	char *buffer, int buflen, int af_family, int flags, int *h_errnop)
120 return (_switch_getipnodebyname_r(nam, result, buffer, buflen,
126 struct hostent *result, char *buffer, int buflen, int *h_errnop)
130 result, buffer, buflen, h_errnop));
133 result, buffer, buflen, h_errnop));
284 nssin.arg.nss.host6.buf = buf6->buffer;
324 nssin.arg.nss.host.buf = buf4->buffer;
340 /* Extract the appropriate addresses from the returned buffer(s). */
519 nssin.arg.nss.host.buf = buf->buffer;
537 buf->buffer, buf->buflen, error_num)) {
596 nssin.arg.nss.host.buf = buf->buffer;
614 buf->buffer, buf->buflen, error_num)) {
646 nssin.arg.nss.host.buf = buf->buffer;
814 * he4 pointer to IPv4 buffer
815 * he6 pointer to IPv6 buffer (NULL if not merging v4/v6
816 * res pointer to results buffer
820 * The results are packed into the res->buffer as follows:
821 * <--------------- buffer + buflen -------------------------------------->
833 char *buffer, *limit;
844 limit = res->buffer + buflen;
846 buffer = res->buffer;
849 host->h_addr_list = (char **)ROUND_UP(buffer, sizeof (char **));
1039 * If mapped addrs found, then a new buffer is alloc'd and all the v4 mapped
1054 * The results are packed into the res->buffer as follows:
1055 * <--------------- buffer + buflen -------------------------------------->
1066 char *buffer, *limit;
1087 limit = res->buffer + buflen;
1089 buffer = res->buffer;
1092 host->h_addr_list = (char **)ROUND_UP(buffer, sizeof (char **));
1253 * bufp->result bufp->buffer
1277 bufp->buffer = (char *)(bufp->result) + sizeof (struct hostent);