HomeSort by: relevance | last modified time | path
    Searched defs:wire (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
dangling-query.c 66 dns_wire_t *wire = &message->wire; local
70 towire.p = &wire->data[0]; // We start storing RR data here.
71 towire.lim = &wire->data[DNS_DATA_SIZE]; // This is the limit to how much we can store.
72 towire.message = wire;
74 wire->id = srp_random16();
75 wire->bitfield = 0;
76 dns_qr_set(wire, dns_qr_query);
77 dns_opcode_set(wire, dns_opcode_query);
78 wire->qdcount = htons(1)
    [all...]
dangling-query.c 66 dns_wire_t *wire = &message->wire; local
70 towire.p = &wire->data[0]; // We start storing RR data here.
71 towire.lim = &wire->data[DNS_DATA_SIZE]; // This is the limit to how much we can store.
72 towire.message = wire;
74 wire->id = srp_random16();
75 wire->bitfield = 0;
76 dns_qr_set(wire, dns_qr_query);
77 dns_opcode_set(wire, dns_opcode_query);
78 wire->qdcount = htons(1)
    [all...]
dangling-query.c 66 dns_wire_t *wire = &message->wire; local
70 towire.p = &wire->data[0]; // We start storing RR data here.
71 towire.lim = &wire->data[DNS_DATA_SIZE]; // This is the limit to how much we can store.
72 towire.message = wire;
74 wire->id = srp_random16();
75 wire->bitfield = 0;
76 dns_qr_set(wire, dns_qr_query);
77 dns_opcode_set(wire, dns_opcode_query);
78 wire->qdcount = htons(1)
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/fallback/
text.h 13 static really_inline uint32_t unescape(const char *text, uint8_t *wire)
18 *wire = (uint8_t)text[1];
24 *wire = (uint8_t)o;
37 uint8_t *wire = octets; local
39 if (likely((uintptr_t)limit - (uintptr_t)wire >= length)) {
41 *wire = (uint8_t)*text;
44 wire += 1;
46 const uint32_t octet = unescape(text, wire);
50 wire += 1;
56 return (int32_t)(wire - octets)
    [all...]
text.h 13 static really_inline uint32_t unescape(const char *text, uint8_t *wire)
18 *wire = (uint8_t)text[1];
24 *wire = (uint8_t)o;
37 uint8_t *wire = octets; local
39 if (likely((uintptr_t)limit - (uintptr_t)wire >= length)) {
41 *wire = (uint8_t)*text;
44 wire += 1;
46 const uint32_t octet = unescape(text, wire);
50 wire += 1;
56 return (int32_t)(wire - octets)
    [all...]
text.h 13 static really_inline uint32_t unescape(const char *text, uint8_t *wire)
18 *wire = (uint8_t)text[1];
24 *wire = (uint8_t)o;
37 uint8_t *wire = octets; local
39 if (likely((uintptr_t)limit - (uintptr_t)wire >= length)) {
41 *wire = (uint8_t)*text;
44 wire += 1;
46 const uint32_t octet = unescape(text, wire);
50 wire += 1;
56 return (int32_t)(wire - octets)
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/generic/
text.h 13 static really_inline uint32_t unescape(const char *text, uint8_t *wire)
20 *wire = (uint8_t)o;
26 *wire = (uint8_t)o;
38 string_block_t *block, const char *text, uint8_t *wire)
42 simd_storeu_8x32(wire, &input);
54 uint8_t *wire = octets; local
72 wire += count;
76 copy_string_block(&block, text, wire);
88 const uint32_t octet = unescape(text+count, wire+count);
92 wire += count + 1
    [all...]
text.h 13 static really_inline uint32_t unescape(const char *text, uint8_t *wire)
20 *wire = (uint8_t)o;
26 *wire = (uint8_t)o;
38 string_block_t *block, const char *text, uint8_t *wire)
42 simd_storeu_8x32(wire, &input);
54 uint8_t *wire = octets; local
72 wire += count;
76 copy_string_block(&block, text, wire);
88 const uint32_t octet = unescape(text+count, wire+count);
92 wire += count + 1
    [all...]
text.h 13 static really_inline uint32_t unescape(const char *text, uint8_t *wire)
20 *wire = (uint8_t)o;
26 *wire = (uint8_t)o;
38 string_block_t *block, const char *text, uint8_t *wire)
42 simd_storeu_8x32(wire, &input);
54 uint8_t *wire = octets; local
72 wire += count;
76 copy_string_block(&block, text, wire);
88 const uint32_t octet = unescape(text+count, wire+count);
92 wire += count + 1
    [all...]
name.h 20 name_block_t *block, const char *text, uint8_t *wire)
24 simd_storeu_8x32(wire, &input);
38 uint8_t *wire = octets + 1; local
46 copy_name_block(&block, text, wire);
89 wire += length;
93 copy_name_block(&block, text, wire);
107 const uint32_t octet = unescape(text+count, wire+count);
111 wire += count + 1;
118 wire += count;
name.h 20 name_block_t *block, const char *text, uint8_t *wire)
24 simd_storeu_8x32(wire, &input);
38 uint8_t *wire = octets + 1; local
46 copy_name_block(&block, text, wire);
89 wire += length;
93 copy_name_block(&block, text, wire);
107 const uint32_t octet = unescape(text+count, wire+count);
111 wire += count + 1;
118 wire += count;
name.h 20 name_block_t *block, const char *text, uint8_t *wire)
24 simd_storeu_8x32(wire, &input);
38 uint8_t *wire = octets + 1; local
46 copy_name_block(&block, text, wire);
89 wire += length;
93 copy_name_block(&block, text, wire);
107 const uint32_t octet = unescape(text+count, wire+count);
111 wire += count + 1;
118 wire += count;
  /src/external/mpl/bind/dist/tests/bench/
compress.c 75 static uint8_t wire[4 * 1024]; local
78 isc_buffer_init(&buf, wire, sizeof(wire));
87 isc_buffer_init(&buf, wire, sizeof(wire));
compress.c 75 static uint8_t wire[4 * 1024]; local
78 isc_buffer_init(&buf, wire, sizeof(wire));
87 isc_buffer_init(&buf, wire, sizeof(wire));
compress.c 75 static uint8_t wire[4 * 1024]; local
78 isc_buffer_init(&buf, wire, sizeof(wire));
87 isc_buffer_init(&buf, wire, sizeof(wire));
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_dtls.c 804 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; local
827 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, wire,
835 if (wire[0] != SSL3_MT_CCS) {
841 memcpy(s->init_buf->data, wire, readbytes);
857 dtls1_get_message_header(wire, &msg_hdr);
882 || wire[0] != SSL3_MT_CLIENT_HELLO
903 && wire[0] == SSL3_MT_HELLO_REQUEST) {
909 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0)
    [all...]
statem_dtls.c 804 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; local
827 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, wire,
835 if (wire[0] != SSL3_MT_CCS) {
841 memcpy(s->init_buf->data, wire, readbytes);
857 dtls1_get_message_header(wire, &msg_hdr);
882 || wire[0] != SSL3_MT_CLIENT_HELLO
903 && wire[0] == SSL3_MT_HELLO_REQUEST) {
909 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0)
    [all...]
statem_dtls.c 804 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; local
827 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, wire,
835 if (wire[0] != SSL3_MT_CCS) {
841 memcpy(s->init_buf->data, wire, readbytes);
857 dtls1_get_message_header(wire, &msg_hdr);
882 || wire[0] != SSL3_MT_CLIENT_HELLO
903 && wire[0] == SSL3_MT_HELLO_REQUEST) {
909 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_dtls.c 739 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; local
761 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, wire,
769 if (wire[0] != SSL3_MT_CCS) {
776 memcpy(s->init_buf->data, wire, readbytes);
793 dtls1_get_message_header(wire, &msg_hdr);
828 && wire[0] == SSL3_MT_HELLO_REQUEST) {
834 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) {
837 wire, DTLS1_HM_HEADER_LENGTH, s
    [all...]
statem_dtls.c 739 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; local
761 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, wire,
769 if (wire[0] != SSL3_MT_CCS) {
776 memcpy(s->init_buf->data, wire, readbytes);
793 dtls1_get_message_header(wire, &msg_hdr);
828 && wire[0] == SSL3_MT_HELLO_REQUEST) {
834 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) {
837 wire, DTLS1_HM_HEADER_LENGTH, s
    [all...]
statem_dtls.c 739 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; local
761 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, wire,
769 if (wire[0] != SSL3_MT_CCS) {
776 memcpy(s->init_buf->data, wire, readbytes);
793 dtls1_get_message_header(wire, &msg_hdr);
828 && wire[0] == SSL3_MT_HELLO_REQUEST) {
834 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) {
837 wire, DTLS1_HM_HEADER_LENGTH, s
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-dns-proxy.c 234 // Copy the RR we received in the SRP update out in wire format.
457 response.id = update->message->wire.id;
458 response.bitfield = update->message->wire.bitfield;
635 dns_wire_t *wire = &comm->message->wire; local
645 update_state_name(update->state), dns_rcode_name(dns_rcode_get(wire)));
648 if (dns_qr_get(wire) == dns_qr_query) {
653 if (dns_opcode_get(wire) != dns_opcode_update) {
655 dns_opcode_get(wire));
665 if (update->update->id != wire->id)
    [all...]
srp-dns-proxy.c 234 // Copy the RR we received in the SRP update out in wire format.
457 response.id = update->message->wire.id;
458 response.bitfield = update->message->wire.bitfield;
635 dns_wire_t *wire = &comm->message->wire; local
645 update_state_name(update->state), dns_rcode_name(dns_rcode_get(wire)));
648 if (dns_qr_get(wire) == dns_qr_query) {
653 if (dns_opcode_get(wire) != dns_opcode_update) {
655 dns_opcode_get(wire));
665 if (update->update->id != wire->id)
    [all...]
srp-dns-proxy.c 234 // Copy the RR we received in the SRP update out in wire format.
457 response.id = update->message->wire.id;
458 response.bitfield = update->message->wire.bitfield;
635 dns_wire_t *wire = &comm->message->wire; local
645 update_state_name(update->state), dns_rcode_name(dns_rcode_get(wire)));
648 if (dns_qr_get(wire) == dns_qr_query) {
653 if (dns_opcode_get(wire) != dns_opcode_update) {
655 dns_opcode_get(wire));
665 if (update->update->id != wire->id)
    [all...]
  /src/external/bsd/nsd/dist/
nsec3.c 605 const uint8_t* wire = dname_name(dname); local
608 if(wire[0] != lablen) {
613 (void)b32_pton((char*)wire+1, hash, buflen);

Completed in 112 milliseconds

1 2