Searched refs:octets (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Da6_38.c34 unsigned char octets; local
65 octets = prefixlen/8;
75 addr[octets] &= mask;
76 RETERR(mem_tobuffer(target, &addr[octets], 16 - octets));
103 unsigned char octets; local
123 octets = prefixlen/8;
125 memcpy(&addr[octets], sr.base, 16 - octets);
127 addr[octets]
149 unsigned char octets; local
200 unsigned char octets; local
227 unsigned char octets; local
281 int octets; local
325 unsigned char octets; local
398 unsigned char prefixlen, octets; local
[all...]
/macosx-10.10.1/apr-32/apr/apr/network_io/unix/
H A Dinet_pton.c109 int saw_digit, octets, ch; local
113 octets = 0;
125 if (++octets > 4)
130 if (octets == 4)
137 if (octets < 4)
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dinet_pton.c84 int saw_digit, octets, ch; local
88 octets = 0;
102 if (++octets > 4)
107 if (octets == 4)
114 if (octets < 4)
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dlwinetpton.c83 int saw_digit, octets, ch; local
87 octets = 0;
99 if (++octets > 4)
104 if (octets == 4)
116 if (octets < 4)
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dinet_pton.c96 int saw_digit, octets, ch; local
100 octets = 0;
115 if(++octets > 4)
121 if(octets == 4)
129 if(octets < 4)
H A Dmk-ca-bundle.pl323 my @octets = split(/\\/);
324 shift @octets;
325 for (@octets) {
/macosx-10.10.1/ntp-92/lib/isc/
H A Dinet_pton.c84 int saw_digit, octets, ch; local
88 octets = 0;
102 if (++octets > 4)
107 if (octets == 4)
114 if (octets < 4)
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dinet_pton.c80 int saw_digit, octets, ch; local
84 octets = 0;
96 if (++octets > 4)
101 if (octets == 4)
108 if (octets < 4)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Dip.tcl363 set octets [split $ip :]
364 if {[llength $octets] < 3 || [llength $octets] > 8} {
368 foreach octet $octets {
372 if {$ndx >= [llength $octets] && [IPv4? $octet]} continue
373 if {$ndx == 2 && [lindex $octets 0] == 2002 && [IPv4? $octet]} continue
461 set octets [split $ip .]
462 if {[llength $octets] > 4} {
464 } elseif {[llength $octets] < 4} {
465 set octets [lrang
[all...]
H A Dspf.tcl397 binary scan [ip::Normalize $ip 6] c* octets
398 foreach octet $octets {
/macosx-10.10.1/xnu-2782.1.97/libkern/net/
H A Dinet_pton.c76 int saw_digit, octets, ch; local
81 octets = 0;
95 if (++octets > 4)
100 if (octets == 4)
107 if (octets < 4)
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-cr16c.c180 bfd_vma octets,
221 value = bfd_get_8 (abfd, (char *) data + octets);
224 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
228 value = bfd_get_32 (abfd, (bfd_byte *) data + octets);
239 value = bfd_get_8 (abfd, (char *) data + octets);
246 sword = bfd_get_16 (abfd, (char *) data + octets);
255 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
263 value = bfd_get_32 (abfd, (bfd_byte *) data + octets);
272 value = bfd_get_32 (abfd, (bfd_byte *) data + octets);
292 value = bfd_get_8 (abfd, (char *) data + octets);
175 cr16c_elf_final_link_relocate(reloc_howto_type *howto, bfd *abfd, bfd *output_bfd ATTRIBUTE_UNUSED, asection *input_section, bfd_byte *data, bfd_vma octets, bfd_vma Rvalue, bfd_vma addend ATTRIBUTE_UNUSED, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *sym_sec ATTRIBUTE_UNUSED, int is_local ATTRIBUTE_UNUSED) argument
[all...]
H A Dreloc.c585 bfd_size_type octets = reloc_entry->address * bfd_octets_per_byte (abfd); local
883 char x = bfd_get_8 (abfd, (char *) data + octets);
885 bfd_put_8 (abfd, x, (unsigned char *) data + octets);
891 short x = bfd_get_16 (abfd, (bfd_byte *) data + octets);
893 bfd_put_16 (abfd, (bfd_vma) x, (unsigned char *) data + octets);
898 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets);
900 bfd_put_32 (abfd, (bfd_vma) x, (bfd_byte *) data + octets);
905 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets);
908 bfd_put_32 (abfd, (bfd_vma) x, (bfd_byte *) data + octets);
914 long x = bfd_get_16 (abfd, (bfd_byte *) data + octets);
975 bfd_size_type octets = reloc_entry->address * bfd_octets_per_byte (abfd); local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Ddis-buf.c36 unsigned int octets = (memaddr - info->buffer_vma) * opb; local
42 memcpy (myaddr, info->buffer + octets, length);
/macosx-10.10.1/Libc-1044.1.2/net/
H A Dinet_pton.c158 int saw_digit, octets, ch; local
162 octets = 0;
174 if (++octets > 4)
179 if (octets == 4)
186 if (octets < 4)
/macosx-10.10.1/postfix-255/postfix/src/dnsblog/
H A Ddnsblog.c135 ARGV *octets; local
174 octets = argv_split(addr, ".");
175 for (i = octets->argc - 1; i >= 0; i--) {
176 vstring_strcat(query, octets->argv[i]);
179 argv_free(octets);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_cga.c49 u_int8_t octets[IN6_CGA_HASH1_LENGTH]; member in struct:in6_cga_hash1
53 u_int8_t octets[IN6_CGA_HASH2_LENGTH]; member in struct:in6_cga_hash2
107 SHA1Update(&ctx, &prepare->cga_modifier.octets,
136 SHA1Update(&ctx, &prepare->cga_modifier.octets, 16);
271 max < in6_cga.cga_pubkey.iov_len + sizeof (modifier->octets) + 9) {
283 bcopy(&modifier->octets, cursor, sizeof (modifier->octets));
284 cursor += sizeof (modifier->octets);
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_scanner.c375 size_t octets; local
378 octets = len + 2 + 1;
379 ret = emalloc(octets);
383 snprintf(ret, octets, "\"%s\"", str);
385 strncpy(ret, str, octets);
H A Dntp_filegen.c418 size_t octets; local
450 octets = strlen(basename) + 1;
451 gen->basename = erealloc(gen->basename, octets);
452 memcpy(gen->basename, basename, octets);
H A Drefclock_dumbclock.c29 #define write(fd, data, octets) async_write(fd, data, octets)
H A Drefclock_hopfser.c52 #define write(fd, data, octets) async_write(fd, data, octets)
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-cnfp.c71 u_int32_t octets; member in struct:nfrec
185 printf("tos %u, %u (%u octets) %s",
188 EXTRACT_32BITS(&nr->octets), buf);
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_asn1.rb367 octets = [ OpenSSL::ASN1::OctetString.new('aaa'),
370 octets,
472 octets = [ OpenSSL::ASN1::OctetString.new('aaa'),
475 octets,
488 octets = [ OpenSSL::ASN1::OctetString.new('aaa'),
491 octets,
522 octets = [ container1, container2, octets3,
525 octets,
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dobjdump.c1269 int octets = opb;
1318 previous_octets = octets;
1319 octets = 0;
1321 /* If we see more than SKIP_ZEROES octets of zeroes, we just
1335 /* If there are more nonzero octets to follow, we only skip
1342 octets = z - addr_offset * opb;
1415 octets = (*disassemble_fn) (section->vma + addr_offset, info);
1420 if (octets < 0)
1431 octets = octets_per_line;
1432 if (addr_offset + octets / op
1265 int octets = opb; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/asn/
H A Dasn.tcl434 set octets [expr {(([string length $hex]+1)/2)}]
435 return [binary format H2a*H* 02 [asnLength $octets] $hex]
612 set octets [binary format c \
635 append octets [binary format c* $subidentifier]
638 [asnLength [string length $octets]] $octets]
760 "length information invalid, not enough octets left"
831 "length information invalid, not enough octets left"
1013 "length information invalid, not enough octets left"
1352 return -code error "OID Data is incomplete, not enough octets
[all...]

Completed in 400 milliseconds

12