Home
last modified time | relevance | path

Searched refs:octets (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Da6_38.c30 unsigned char octets; in fromtext_in_a6() local
62 octets = prefixlen / 8; in fromtext_in_a6()
72 addr[octets] &= mask; in fromtext_in_a6()
73 RETERR(mem_tobuffer(target, &addr[octets], 16 - octets)); in fromtext_in_a6()
106 unsigned char octets; in totext_in_a6() local
126 octets = prefixlen / 8; in totext_in_a6()
128 memmove(&addr[octets], sr.base, 16 - octets); in totext_in_a6()
130 addr[octets] in totext_in_a6()
153 unsigned char octets; fromwire_in_a6() local
210 unsigned char octets; towire_in_a6() local
238 unsigned char octets; compare_in_a6() local
295 int octets; fromstruct_in_a6() local
342 unsigned char octets; tostruct_in_a6() local
418 unsigned char prefixlen, octets; digest_in_a6() local
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Da6_38.c30 unsigned char octets; in fromtext_in_a6() local
62 octets = prefixlen / 8; in fromtext_in_a6()
72 addr[octets] &= mask; in fromtext_in_a6()
73 RETERR(mem_tobuffer(target, &addr[octets], 16 - octets)); in fromtext_in_a6()
106 unsigned char octets; in totext_in_a6() local
126 octets = prefixlen / 8; in totext_in_a6()
128 memmove(&addr[octets], sr.base, 16 - octets); in totext_in_a6()
130 addr[octets] &= mask; in totext_in_a6()
134 isc_region_consume(&sr, 16 - octets); in totext_in_a6()
153 unsigned char octets; in fromwire_in_a6() local
[all …]
/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dwork_fork.c267 size_t octets; in send_blocking_req_internal() local
279 octets = sizeof(*hdr); in send_blocking_req_internal()
280 rc = netwrite(c->req_write_pipe, hdr, octets); in send_blocking_req_internal()
282 if (rc == octets) { in send_blocking_req_internal()
283 octets = hdr->octets - sizeof(*hdr); in send_blocking_req_internal()
284 rc = netwrite(c->req_write_pipe, data, octets); in send_blocking_req_internal()
285 if (rc == octets) in send_blocking_req_internal()
291 rc, octets); in send_blocking_req_internal()
307 size_t octets; in receive_blocking_req_internal() local
322 INSIST(sizeof(hdr) < hdr.octets && hdr.octets < 4 * 1024); in receive_blocking_req_internal()
[all …]
H A Dstrdup.c20 size_t octets; in strdup() local
24 octets = strlen(s) + 1; in strdup()
25 if ((cp = malloc(octets)) == NULL) in strdup()
27 memcpy(cp, s, octets); in strdup()
H A Dntp_worker.c138 size_t octets; in available_blocking_child_slot() local
152 octets = new_alloc * each; in available_blocking_child_slot()
153 blocking_children = erealloc_zero(blocking_children, octets, in available_blocking_child_slot()
176 req_hdr.octets = sizeof(req_hdr) + reqsize; in queue_blocking_request()
222 resp->octets = respsize; in queue_blocking_response()
256 resp->octets - sizeof(*resp), in process_blocking_resp()
H A Dntp_rfc2553.c176 size_t octets; in copy_addrinfo_common() local
193 octets = elements * (sizeof(*ai_cpy) + sizeof(*psau)); in copy_addrinfo_common()
194 octets += canons_octets; in copy_addrinfo_common()
196 dst = erealloczsite(NULL, octets, 0, TRUE, caller_file, in copy_addrinfo_common()
227 ENSURE(pcanon == ((char *)dst + octets)); in copy_addrinfo_common()
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dlayman.asc66 each ASN.1 type as a string of eight-bit octets. There is
225 OCTET STRING, an arbitrary string of octets (eight-bit
341 Identifier octets. These identify the class and tag
345 Length octets. For the definite-length methods, these
346 give the number of contents octets. For the
350 Contents octets. For the primitive, definite-length
356 End-of-contents octets. For the constructed, indefinite-
371 Identifier octets. There are two forms: low tag number (for
387 Table 2. Class encoding in identifier octets.
389 High-tag-number form. Two or more octets. First octet
[all …]
/netbsd-src/external/bsd/libbind/dist/inet/
H A Dinet_pton.c88 int saw_digit, octets, ch; local
92 octets = 0;
106 if (++octets > 4)
111 if (octets == 4)
118 if (octets < 4)
/netbsd-src/external/bsd/nsd/dist/compat/
H A Dinet_pton.c95 int saw_digit, octets, ch; local
99 octets = 0;
111 if (++octets > 4)
116 if (octets == 4)
123 if (octets < 4)
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dinet_pton.c99 int saw_digit, octets, ch; local
103 octets = 0;
115 if (++octets > 4)
120 if (octets == 4)
127 if (octets < 4)
/netbsd-src/external/ibm-public/postfix/dist/src/dnsblog/
H A Ddnsblog.c152 ARGV *octets; in dnsblog_query() local
191 octets = argv_split(addr, "."); in dnsblog_query()
192 for (i = octets->argc - 1; i >= 0; i--) { in dnsblog_query()
193 vstring_strcat(query, octets->argv[i]); in dnsblog_query()
196 argv_free(octets); in dnsblog_query()
/netbsd-src/external/bsd/wpa/dist/hostapd/
H A Dhostapd.sim_db4 # Kc: hex, 8 octets
5 # SRES: hex, 4 octets
6 # RAND: hex, 16 octets
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dreloc.c667 bfd_size_type octets; in bfd_perform_relocation() local
713 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section); in bfd_perform_relocation()
714 if (!bfd_reloc_offset_in_range (howto, abfd, input_section, octets)) in bfd_perform_relocation()
970 data = (bfd_byte *) data + octets; in bfd_perform_relocation()
1007 bfd_size_type octets; in bfd_install_relocation() local
1102 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section); in bfd_install_relocation()
1103 if (!bfd_reloc_offset_in_range (howto, abfd, input_section, octets)) in bfd_install_relocation()
1123 data = (bfd_byte *) data_start + (octets - data_start_offset); in bfd_install_relocation()
1160 bfd_size_type octets = (address in _bfd_final_link_relocate() local
1164 if (!bfd_reloc_offset_in_range (howto, input_bfd, input_section, octets)) in _bfd_final_link_relocate()
[all …]
H A Delf32-s12z.c49 bfd_size_type octets = (reloc_entry->address in opru18_reloc() local
51 bfd_vma result = bfd_get_24 (abfd, (unsigned char *) data + octets); in opru18_reloc()
66 bfd_put_24 (abfd, result, (unsigned char *) data + octets); in opru18_reloc()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dreloc.c662 bfd_size_type octets; in bfd_perform_relocation() local
708 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section); in bfd_perform_relocation()
709 if (!bfd_reloc_offset_in_range (howto, abfd, input_section, octets)) in bfd_perform_relocation()
967 data = (bfd_byte *) data + octets; in bfd_perform_relocation()
1004 bfd_size_type octets; in bfd_install_relocation() local
1045 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section); in bfd_install_relocation()
1046 if (!bfd_reloc_offset_in_range (howto, abfd, input_section, octets)) in bfd_install_relocation()
1300 data = (bfd_byte *) data_start + (octets - data_start_offset); in bfd_install_relocation()
1337 bfd_size_type octets = (address in _bfd_final_link_relocate() local
1341 if (!bfd_reloc_offset_in_range (howto, input_bfd, input_section, octets)) in _bfd_final_link_relocate()
[all …]
H A Delf32-s12z.c49 bfd_size_type octets = (reloc_entry->address in opru18_reloc() local
51 bfd_vma result = bfd_get_24 (abfd, (unsigned char *) data + octets); in opru18_reloc()
66 bfd_put_24 (abfd, result, (unsigned char *) data + octets); in opru18_reloc()
H A Delf32-z80.c572 bfd_size_type octets = (reloc_entry->address in z80_elf_16_be_reloc() local
593 x = bfd_get_8 (abfd, (bfd_byte *) data + octets + 0) * 0x100; in z80_elf_16_be_reloc()
594 x += bfd_get_8 (abfd, (bfd_byte *) data + octets + 1); in z80_elf_16_be_reloc()
604 bfd_put_8 (abfd, x >> 8, (bfd_byte *) data + octets + 0); in z80_elf_16_be_reloc()
605 bfd_put_8 (abfd, x >> 0, (bfd_byte *) data + octets + 1); in z80_elf_16_be_reloc()
/netbsd-src/external/mit/libuv/dist/src/
H A Dinet.c182 int saw_digit, octets, ch; in inet_pton4() local
186 octets = 0; in inet_pton4()
200 if (++octets > 4) in inet_pton4()
205 if (octets == 4) in inet_pton4()
212 if (octets < 4) in inet_pton4()
/netbsd-src/crypto/external/bsd/netpgp/dist/ref/
H A Drfc2437.txt177 emLen intended length in octets of an encoded message
183 hLen output length in octets of hash function Hash
187 k length in octets of the modulus
321 octet string is an ordered sequence of octets (eight-bit bytes). The
381 1. Let X_1 X_2 ... X_l be the octets of X from first to last, and
687 2hLen octets, where hLen is the length of the hash function output
688 for EME-OAEP and k is the length in octets of the recipient's RSA
720 most k-2-2hLen, where k is the length in octets of the
721 modulus n and hLen is the length in octets of the hash
745 EM of length k-1 octets:
[all …]
H A Ddraft-ietf-openpgp-rfc2440bis-15.txt431 signature certificates, and keys is a stream of arbitrary octets.
433 printable text. For transporting OpenPGP's native raw binary octets
435 encoding of these binary octets is needed. OpenPGP provides the
474 of the MPI in bits followed by a string of octets that contain the
477 These octets form a big-endian number; a big-endian number can be
484 The string of octets [00 01 01] forms an MPI with the value 1. The
489 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets.
567 size, the high-order (leftmost) octets of the hash are used as the
572 data. These instances are preloaded with 0, 1, 2, ... octets of
575 with two octets of zeros, and so forth).
[all …]
H A Ddraft-ietf-openpgp-rfc2440bis-13.txt431 signature certificates, and keys is a stream of arbitrary octets.
433 printable text. For transporting OpenPGP's native raw binary octets
435 encoding of these binary octets is needed. OpenPGP provides the
474 of the MPI in bits followed by a string of octets that contain the
477 These octets form a big-endian number; a big-endian number can be
484 The string of octets [00 01 01] forms an MPI with the value 1. The
489 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets.
567 size, the high-order (leftmost) octets of the hash are used as the
572 data. These instances are preloaded with 0, 1, 2, ... octets of
575 with two octets of zeros, and so forth).
[all …]
H A Ddraft-ietf-openpgp-rfc2440bis-14.txt431 signature certificates, and keys is a stream of arbitrary octets.
433 printable text. For transporting OpenPGP's native raw binary octets
435 encoding of these binary octets is needed. OpenPGP provides the
474 of the MPI in bits followed by a string of octets that contain the
477 These octets form a big-endian number; a big-endian number can be
484 The string of octets [00 01 01] forms an MPI with the value 1. The
489 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets.
567 size, the high-order (leftmost) octets of the hash are used as the
572 data. These instances are preloaded with 0, 1, 2, ... octets of
575 with two octets of zeros, and so forth).
[all …]
H A Ddraft-ietf-openpgp-rfc2440bis-12.txt431 signature certificates, and keys is a stream of arbitrary octets.
433 printable text. For transporting OpenPGP's native raw binary octets
435 encoding of these binary octets is needed. OpenPGP provides the
474 of the MPI in bits followed by a string of octets that contain the
477 These octets form a big-endian number; a big-endian number can be
484 The string of octets [00 01 01] forms an MPI with the value 1. The
489 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets.
567 size, the high-order (leftmost) octets of the hash are used as the
572 data. These instances are preloaded with 0, 1, 2, ... octets of
575 with two octets of zeros, and so forth).
[all …]
H A Ddraft-ietf-openpgp-rfc2440bis-12-ben.txt431 signature certificates, and keys is a stream of arbitrary octets.
433 printable text. For transporting OpenPGP's native raw binary octets
435 encoding of these binary octets is needed. OpenPGP provides the
474 of the MPI in bits followed by a string of octets that contain the
477 These octets form a big-endian number; a big-endian number can be
484 The string of octets [00 01 01] forms an MPI with the value 1. The
489 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets.
567 size, the high-order (leftmost) octets of the hash are used as the
572 data. These instances are preloaded with 0, 1, 2, ... octets of
575 with two octets of zeros, and so forth).
[all …]
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Ddraft-dukes-ike-mode-cfg-02.txt307 o Payload Length (2 octets) - Length in octets of the current
320 o Identifier (2 octets) - An identifier used to reference a
371 INTERNAL_IP4_ADDRESS 1 Variable 0 or 4 octets
372 INTERNAL_IP4_NETMASK 2 Variable 0 or 4 octets
373 INTERNAL_IP4_DNS 3 Variable 0 or 4 octets
374 INTERNAL_IP4_NBNS 4 Variable 0 or 4 octets
375 INTERNAL_ADDRESS_EXPIRY 5 Variable 0 or 4 octets
376 INTERNAL_IP4_DHCP 6 Variable 0 or 4 octets
378 INTERNAL_IP6_ADDRESS 8 Variable 0 or 16 octets
379 INTERNAL_IP6_NETMASK 9 Variable 0 or 16 octets
[all …]

12345678910>>...12