Home
last modified time | relevance | path

Searched full:octet (Results 1 – 25 of 175) sorted by relevance

1234567

/illumos-gate/usr/src/man/man3ldap/
H A Dber_decode.3ldap129 and octet strings are always encoded in primitive form. In addition, these
130 lightweight BER functions restrict tags and class to fit in a single octet
133 constructed bit in the first octet of the encoding. This man page describes
169 BER encoding is used as the value of an OCTET STRING. The length of the value
186 Octet string. A char ** should be supplied. Memory is allocated, filled with
187 the contents of the octet string, null-terminated, and returned in the
197 Octet string. A char * buffer should be supplied, followed by a pointer to an
199 null-terminated octet string is put into the buffer, and the integer is set to
200 the actual size of the octet string.
209 Octet string. A struct ber_val ** should be supplied, which upon return points
[all …]
H A Dber_encode.3ldap85 and octet strings are always encoded in primitive form. In addition, these
86 lightweight BER functions restrict tags and class to fit in a single octet
89 constructed bit in the first octet of the encoding. This man page describes
159 Octet string. A \fBchar *\fR is supplied, followed by the length of the string
160 pointed to. An octet string element is output.
169 Octet string. A \fBstruct berval *\fR is supplied. An octet string element is
179 Octet string. A null-terminated string is supplied. An octet string element
180 is output, not including the trailing null octet.
199 Several octet strings. A null-terminated array of \fBchar *\fR is supplied.
200 Note that a construct like '{v}' is required to get an actual sequence of octet
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab80 Vendor STANDARD, 43, OCTET, 1, 0, sdi
92 ReqList STANDARD, 55, OCTET, 1, 0, sdi
98 ClientID STANDARD, 61, OCTET, 1, 0, sdi
100 NWIPOpts STANDARD, 63, OCTET, 1, 128, sdmi
115 SLP_DA STANDARD, 78, OCTET, 1, 0, sdmi
116 SLP_SS STANDARD, 79, OCTET, 1, 0, sdmi
117 ClientFQDN STANDARD, 81, OCTET, 1, 0, sdmi
118 AgentOpt STANDARD, 82, OCTET, 1, 0, sdi
119 FQDN STANDARD, 89, OCTET, 1, 0, sdmi
131 Flags FIELD, 10, OCTET, 1, 2, id
[all …]
H A Dinittab639 UserClass STANDARD, 15, OCTET, 1, 0, sdi
40 VendorClass STANDARD, 16, OCTET, 1, 0, sdi
54 Geoconf STANDARD, 36, OCTET, 1, 3, sdmi
55 RemoteID STANDARD, 37, OCTET, 1, 4, si
56 Subscriber STANDARD, 38, OCTET, 1, 0, sdmi
57 ClientFQDN STANDARD, 39, OCTET, 1, 0, sdmi
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.h19 (in octets) of buf's octet buffer. */
68 1) base - The bottom of the octet array. Used for memory management
70 2) next - Points to the next available octet position in the array.
167 effects Inserts the contents of s (an octet array of length len)
182 effects Returns *buf's current octet in *o and advances to
183 the next octet.
211 where each octet in *buf is represented by a character in *s. */
217 where each octet in *buf is represented by a 2-digit
H A Dasn1buf.c40 The contents of the asn1buf represent an octet string. This string
41 begins at base and continues to the octet immediately preceding next.
43 octet string. */
50 base points to a valid, allocated octet array or is NULL
51 bound, if non-NULL, points to the last valid octet
/illumos-gate/usr/src/man/man5/
H A Ddhcp_inittab.5201 \fB\fBOctet\fR\fR
397 Number of 512 octet blocks in boot image, NUMBER.
454 NetWare/IP Options, OCTET (unknown type).
474 \fBSLP_DA\fR \fB78\fR Directory agent, OCTET.
475 \fBSLP_SS\fR \fB79\fR Service scope, OCTET.
476 \fBClientFQDN\fR \fB81\fR Fully Qualified Domain Name, OCTET.
477 \fBAgentOpt\fR \fB82\fR Agent circuit ID, OCTET.
478 \fBFQDN\fR \fB89\fR Fully Qualified Domain Name, OCTET.
508 \fBUserClass\fR \fB15\fR User classes for client, OCTET
509 \fBVendorClass\fR \fB16\fR Vendor client hardware items, OCTET
/illumos-gate/usr/src/man/man4d/
H A Dllc1.4d86 followed immediately by a 1-octet \fBsap\fR component within the DLSAP address.
144 The \fBllc1\fR driver DLSAP address format consists of the 6-octet physical
145 (e.g., Ethernet) address component followed immediately by the 1-octet
146 \fBsap\fR (type) component producing a 7-octet DLSAP address. Applications
178 The \fBDL_PHYS_ADDR_REQ\fR primitive returns the 6-octet physical address
184 The \fBDL_SET_PHYS_ADDR_REQ\fR primitive changes the 6-octet physical address
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftASN1.c111 * of zero-padding in those cases from the decoded octet strings.
184 * sequence around that octet string. The BER syntax
280 /* Convert key ASN.1 to octet string. */
293 * Embed key octet string into PKCS#8 object ASN.1:
310 /* Convert PKCS#8 object ASN.1 to octet string. */
316 /* Ship out the PKCS#8 object ASN.1 octet string, if possible. */
321 * If it is, the octet string is copied into a pre-malloc'd
395 * sequence around that octet string. The BER syntax
416 /* Convert key ASN.1 to octet string. */
485 * Add the key octet string:
[all …]
H A DsoftDH.c43 * as an octet string and stores it in the corresponding key object.
166 * The integer public value y shall be converted to an octet in soft_dh_genkey_pair()
174 /* Convert the big integer private value to an octet string. */ in soft_dh_genkey_pair()
180 /* Convert the big integer prime to an octet string. */ in soft_dh_genkey_pair()
186 /* Convert the big integer base to an octet string. */ in soft_dh_genkey_pair()
/illumos-gate/usr/src/uts/common/net/
H A Dvjcompress.h41 * The first octet contains the packet type (top 3 bits), TCP
43 * numbers have changed (bottom 5 bits). The next octet is a
57 * use a variable length coding with one octet for numbers in the
66 * The top nibble of the first octet is the packet type. There are
87 /* Bits in first octet of compressed packet */
/illumos-gate/usr/src/man/man1c/
H A Duuencode.1c319 \fB0x20\fR to each octet, so that each octet is in the range
320 \fB0x20\(mi0x5f\fR, and each octet is assumed to represent a printable
322 codes for the codeset in use in the current locale. For example, the octet
328 first octet are shifted left and combined with the most significant bits of the
329 second octet shifted right. Thus, the three octets \fBA\fR, \fBB\fR, \fBC\fR
/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A Djapanese.h318 * Directly convert 1st octet of Shift-JIS encoded 2bytes codes
319 * to the 1st octet of 7bit-JIS encoded 2bytes codes.
321 * can be limited to 128. (Precisely, 1st octet can vary between
332 * 1: When the 2nd octet of Shift-JIS encoded 2bytes codes is
380 * Directly convert 2nd octet of Shift-JIS encoded 2bytes codes
381 * to the 2nd octet of 7bit-JIS encoded 2bytes codes.
382 * 2nd octet in Shift-JIS can vary between 0x40 and 0xfc(except 0x7f)
383 * and the correspondent 7bit-JIS octet is between 0x21 and 0x7e.
409 /* Followings are 2nd octet for 'odd' KU */
420 /* Followings are 2nd octet for 'odd' KU */
[all …]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h377 * Map table: octet-sequence to octet-sequence: index
427 * Map table: octet-sequence to octet-sequence: lookup
471 * Map table: octet-sequence to octet-sequence: hash
548 * Map table: octet-sequence to octet-sequence: dense encoding
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Ddecode.c523 case 'a': /* octet string - allocate storage as needed */ in kmfber_scanf()
552 case 's': /* octet string - in a buffer */ in kmfber_scanf()
558 case 'o': /* octet string in a supplied berval */ in kmfber_scanf()
565 /* Treat INTEGER same as an OCTET string, but ignore the tag */ in kmfber_scanf()
569 case 'O': /* octet string - allocate & include length */ in kmfber_scanf()
681 case 'a': /* octet string - allocate storage as needed */ in kmfber_scanf()
705 case 's': /* octet string - in a buffer */ in kmfber_scanf()
710 case 'o': /* octet string in a supplied berval */ in kmfber_scanf()
716 case 'O': /* octet string - allocate & include length */ in kmfber_scanf()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.h35 * ASN.1 values are encoded as octet strings based on the use of a
100 * single octet beginning with a zero.
106 * If the length is greater than 127, the first octet of the length field
110 * <-- one octet --><----- K octets ----->
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Ddecode.c453 case 'a': /* octet string - allocate storage as needed */ in ber_scanf()
478 case 's': /* octet string - in a buffer */ in ber_scanf()
484 case 'o': /* octet string in a supplied berval */ in ber_scanf()
490 case 'O': /* octet string - allocate & include length */ in ber_scanf()
602 case 'a': /* octet string - allocate storage as needed */ in ber_scanf()
624 case 's': /* octet string - in a buffer */ in ber_scanf()
629 case 'o': /* octet string in a supplied berval */ in ber_scanf()
635 case 'O': /* octet string - allocate & include length */ in ber_scanf()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dnet_utils.c56 if (ea == NULL || ETHER_IS_MULTICAST(ea->octet) || in net_parsemac()
57 memcmp(ea->octet, zero_addr, ETHER_ADDR_LEN) == 0) { in net_parsemac()
61 memcpy(mac_addr, ea->octet, ETHER_ADDR_LEN); in net_parsemac()
H A Dpci_e82545.c383 sc->eeprom_data[NVM_MAC_ADDR] = ((uint16_t)sc->esc_mac.octet[0]) | in e82545_init_eeprom()
384 (((uint16_t)sc->esc_mac.octet[1]) << 8); in e82545_init_eeprom()
385 sc->eeprom_data[NVM_MAC_ADDR+1] = ((uint16_t)sc->esc_mac.octet[2]) | in e82545_init_eeprom()
386 (((uint16_t)sc->esc_mac.octet[3]) << 8); in e82545_init_eeprom()
387 sc->eeprom_data[NVM_MAC_ADDR+2] = ((uint16_t)sc->esc_mac.octet[4]) | in e82545_init_eeprom()
388 (((uint16_t)sc->esc_mac.octet[5]) << 8); in e82545_init_eeprom()
1614 eu->eu_eth.octet[5] = wval >> 8; in e82545_write_ra()
1615 eu->eu_eth.octet[4] = wval; in e82545_write_ra()
1618 eu->eu_eth.octet[3] = wval >> 24; in e82545_write_ra()
1619 eu->eu_eth.octet[2] = wval >> 16; in e82545_write_ra()
[all …]
/illumos-gate/usr/src/man/man1/
H A Ddhcpinfo.168 Octet T{
70 T} \fBOCTET\fR
87 \fBOCTET\fR format with a granularity of \fB1\fR.
H A Dcksum.194 significant bit of the first octet of the file and the last bit being the least
95 significant bit of the last octet, padded with zero bits (if necessary) to
97 representing the length of the file as a binary value, least significant octet
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dutf8.c98 * from the first octet, and a mask that extracts the in _UTF8_mbrtowc()
99 * interesting bits of the first octet. We already know in _UTF8_mbrtowc()
156 * Decode the octet sequence representing the character in chunks in _UTF8_mbrtowc()
304 * first few bits of the first octet, which contains the information in _UTF8_wcrtomb()
336 * of 6 bits, least significant last. The first octet is in _UTF8_wcrtomb()
/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_ntop.c86 * 0b11110000 in its fourth octet.
128 /* Format partial octet. */
163 * 0x11110000 in its fourth octet.
254 /* we can potentially drop the last octet */ in inet_net_ntop_ipv6()
/illumos-gate/usr/src/lib/libinetutil/
H A DMakefile.com29 OBJECTS = octet.o inetutil.o ifspec.o ifaddrlist.o ifaddrlistx.o eh.o tq.o
40 SRCS = $(COMDIR)/octet.c $(SRCDIR)/inetutil.c \
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif359 ##### s2kparams [2] OCTET STRING OPTIONAL,
365 ##### salt [1] OCTET STRING OPTIONAL
370 ##### keyvalue [1] OCTET STRING
461 ##### s2kparams [2] OCTET STRING OPTIONAL,
467 ##### salt [1] OCTET STRING OPTIONAL
472 ##### keyvalue [1] OCTET STRING
509 ##### keyvalue [1] OCTET STRING

1234567