Searched refs:octet (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-current/usr.sbin/fwctl/
H A Deui64.h48 u_char octet[EUI64_LEN]; member in struct:eui64
H A Deui64.c193 e->octet[0]=o0;
194 e->octet[1]=o1;
195 e->octet[2]=o2;
196 e->octet[3]=o3;
197 e->octet[4]=o4;
198 e->octet[5]=o5;
199 e->octet[6]=o6;
200 e->octet[7]=o7;
214 id->octet[0], id->octet[
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dprsa_tok.l50 octet (([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5])))
51 addr4 {octet}\.{octet}\.{octet}\.{octet}
/netbsd-current/external/mpl/bind/dist/bin/tests/system/zero/ans5/
H A Dans.pl38 my $octet = 0;
69 " 0 A 192.0.2." . $octet));
70 $octet = $octet + 1;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_local.h39 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon304
H A Dp12_sbag.c80 return ASN1_item_unpack(bag->value.bag->value.octet,
90 return ASN1_item_unpack(bag->value.bag->value.octet,
H A Dp12_add.c28 if (!ASN1_item_pack(obj, it, &bag->value.octet)) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_local.h39 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon365
H A Dp12_sbag.c90 return ASN1_item_unpack(bag->value.bag->value.octet,
100 return ASN1_item_unpack(bag->value.bag->value.octet,
136 /* Pack data into an octet string */
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-show.c379 find_bitfield(pgp_bit_map_t *map, uint8_t octet) argument
383 for (row = map; row->string != NULL && row->mask != octet ; row++) {
420 /* ! generic function which adds text derived from single octet map to text */
422 add_str_from_octet_map(pgp_text_t *map, char *str, uint8_t octet) argument
437 * single octet in hex
443 (void) snprintf(str, len, "0x%x", octet);
488 * of this byte array. text_fn() will be called on each octet in turn.
489 * Each octet will generate one string representing the whole byte.
495 const char *(*text_fn)(uint8_t octet))
511 /* ! for each octet i
494 text_from_bytemapped_octets(const pgp_data_t *data, const char *(*text_fn)(uint8_t octet)) argument
655 pgp_show_ss_zpref(uint8_t octet) argument
717 pgp_show_ss_skapref(uint8_t octet) argument
744 show_ss_feature(uint8_t octet, unsigned offset) argument
800 pgp_show_ss_key_flag(uint8_t octet, pgp_bit_map_t *map) argument
[all...]
/netbsd-current/external/mpl/dhcp/dist/contrib/ms2isc/
H A DRegistry.pm201 my ($byte, $size, $ind1, $ind2, @octet) = unpack("VVVV", $MSDHCPOption6Value);
206 ($byte, $size, $ind1, $ind2, @octet) = unpack("VVVVC$number", $MSDHCPOption6Value);
208 for (my $i=0; $i<$#octet; $i=$i+4) {
209 $ip[$i/4] = "$octet[$i+3]\.$octet[$i+2]\.$octet[$i+1]\.$octet[$i]";
327 my ($octet) = @_;
330 # $octet: a 4 byte data storing the IP address as the registry save it as
334 my (@data) = unpack ("C4", $octet);
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dnsec.c72 int octet; local
82 for (octet = 31; octet >= 0; octet--) {
83 if (*(raw + octet) != 0) {
87 if (octet < 0) {
92 *map++ = octet + 1;
96 memmove(map, raw, octet + 1);
97 map += octet + 1;
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dnsec.c72 int octet; local
82 for (octet = 31; octet >= 0; octet--) {
83 if (*(raw + octet) != 0) {
87 if (octet < 0) {
92 *map++ = octet + 1;
96 memmove(map, raw, octet + 1);
97 map += octet + 1;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dfill16.d22 # tic4x has 4 octet bytes
H A Dfill.d23 # tic4x has 4 octet bytes
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dasn1.c114 /* Short form - length 0..127 in one octet */
156 * The first octet encodes the first two object
216 static u8 rotate_bits(u8 octet) argument
224 if (octet & 1)
226 octet >>= 1;
/netbsd-current/sys/net/
H A Dif_llatbl.c809 uint8_t octet[6]; local
828 memcopy(octet, &lle->ll_addr.mac16, sizeof(octet));
830 octet[0], octet[1], octet[2], octet[3], octet[4], octet[5]);
/netbsd-current/lib/libc/net/
H A Dgetnetnamadr.c135 unsigned long octet[4]; local
146 octet[octidx] = strtoul(sp, &ep, 10);
150 /* and is 0 <= octet <= 255 */
151 if (octet[octidx] > 255)
162 *result |= (in_addr_t)(octet[octidx] & 0xff);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A DREADME.template82 BER support for octet string (not working)
/netbsd-current/sbin/ifconfig/
H A Dparse.c239 uint8_t octet = 0, val; local
257 sdl->sdl_data[i++] = octet;
269 sdl->sdl_data[i++] = octet;
285 octet <<= 4;
286 octet |= val;
291 octet = val;
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_xgmac.c290 int hash = 0, octet, bit, i = 0, c; local
292 for (octet = 0; octet < 6; ++octet)
293 for (c = addr[octet], bit = 0; bit < 8; c >>= 1, ++bit) {
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dreloc.c537 bfd_size_type octet)
545 return octet <= octet_end && octet + reloc_size <= octet_end;
534 bfd_reloc_offset_in_range(reloc_howto_type *howto, bfd *abfd, asection *section, bfd_size_type octet) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dreloc.c520 bfd_size_type octet)
528 return octet <= octet_end && reloc_size <= octet_end - octet;
517 bfd_reloc_offset_in_range(reloc_howto_type *howto, bfd *abfd, asection *section, bfd_size_type octet) argument
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dreloc.c541 bfd_size_type octet)
549 return octet <= octet_end && octet + reloc_size <= octet_end;
538 bfd_reloc_offset_in_range(reloc_howto_type *howto, bfd *abfd, asection *section, bfd_size_type octet) argument
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dreloc.c520 bfd_size_type octet)
528 return octet <= octet_end && reloc_size <= octet_end - octet;
517 bfd_reloc_offset_in_range(reloc_howto_type *howto, bfd *abfd, asection *section, bfd_size_type octet) argument

Completed in 213 milliseconds

123