Searched defs:pbuf (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/dns/tests/ |
H A D | private_test.c | 71 unsigned char *pbuf) 114 pbuf, DNS_NSEC3PARAM_BUFFERSIZE + 1); 70 make_nsec3(nsec3_testcase_t *testcase, dns_rdata_t *private, unsigned char *pbuf) argument
|
/bind-9.11.3/lib/isc/ |
H A D | sockaddr.c | 108 char pbuf[sizeof("65000")]; local 121 snprintf(pbuf, sizeof(pbuf), "%u", ntohs(sockaddr->type.sin.sin_port)); 124 snprintf(pbuf, sizeof(pbuf), "%u", ntohs(sockaddr->type.sin6.sin6_port)); 147 plen = strlen(pbuf); 148 INSIST(plen < sizeof(pbuf)); 159 isc_buffer_putmem(target, (const unsigned char *)pbuf, plen);
|
/bind-9.11.3/lib/dns/ |
H A D | keytable.c | 619 char pbuf[DST_KEY_FORMATSIZE]; local 626 dst_key_format(knode->key, pbuf, sizeof(pbuf)); 627 snprintf(obuf, sizeof(obuf), "%s ; %s\n", pbuf,
|
H A D | catz.c | 1520 char pbuf[sizeof("65535")]; /* used both for port number and DSCP */ local 1550 snprintf(pbuf, sizeof(pbuf), "%u", 1552 isc_buffer_putstr(buffer, pbuf); 1582 snprintf(pbuf, sizeof(pbuf), "%u", 1584 isc_buffer_putstr(buffer, pbuf);
|
H A D | resolver.c | 7520 unsigned char *buf = NULL, *pbuf = NULL; local 7527 pbuf = isc_mem_get(mctx, nsid_len + 1); 7528 if (pbuf == NULL) 7541 p = pbuf; 7554 "received NSID %s (\"%s\") from %s", buf, pbuf, addrbuf); 7556 if (pbuf != NULL) 7557 isc_mem_put(mctx, pbuf, nsid_len + 1);
|
/bind-9.11.3/bin/tests/names/ |
H A D | t_names.c | 65 pbuf(isc_buffer_t *pbuf) { argument 70 p = pbuf->base; 71 while (len < pbuf->length) { 180 getmsg(char *datafile_name, isc_buffer_t *pbuf) argument 195 p = isc_buffer_used(pbuf); 196 buflen = isc_buffer_availablelength(pbuf); 245 isc_buffer_add(pbuf, cnt);
|
/bind-9.11.3/bin/named/ |
H A D | query.c | 6672 char pbuf[DNS_NAME_FORMATSIZE] = "<unset>"; local 6682 pbuf, sizeof(pbuf)); 6689 qbuf, pbuf, fbuf);
|
Completed in 82 milliseconds