Home
last modified time | relevance | path

Searched refs:octet (Results 1 – 18 of 18) sorted by relevance

/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
A DIANATn3270eTC-MIB84 IANATn3270eAddress octet string
92 zero-length octet string and is not a full transport
107 ipv4(3) 6 4-octet IP Address plus
108 2-octet TCP Port
109 ipv6(4) 18 16-octet IPv6 Address
110 plus 2-octet TCP Port
243 "An octet string representing log data as pertaining to
245 TN3270E Server. Log data is stored in an octet string
256 length = one-octet length of the data portion of the
259 type = one-octet code point characterizing the data.
[all …]
/lib/lwip/lwip/src/netif/ppp/
A Dpppos.c141 unsigned int octet; in ppp_get_fcs() local
143 octet = byte; in ppp_get_fcs()
145 octet = (octet & 0x01) ? ((octet >> 1) ^ PPP_FCS_POLYNOMIAL) : (octet >> 1); in ppp_get_fcs()
147 return octet & 0xffff; in ppp_get_fcs()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DUDP-MIB208 octet-string).
226 octet-string), and the udpEndpointRemotePort is 0.
298 must be ''h (a zero-length octet-string), with
358 this value is ''h (a zero-length octet-string).
500 -- octet-strings, and for scoped and unscoped
512 -- octet-strings, and for scoped and unscoped
A DSNMPv2-TM152 case-insensitive. All strings may contain any octet
A DTCP-MIB460 octet-string).
527 ''h (a zero-length octet-string), with the value
A DIF-MIB261 an octet string of zero length."
A DRFC1213-MIB363 should contain an octet string of zero length."
A DIP-MIB4160 standard octet counters within 1 hour."
4224 interfaces that may overflow the standard octet
/lib/mbedtls/external/mbedtls/library/
A Ddebug.c295 unsigned char octet = in mbedtls_debug_print_mpi() local
297 mbedtls_snprintf(str + idx, sizeof(str) - idx, " %02x", octet); in mbedtls_debug_print_mpi()
A Dx509_crt.c2831 uint16_t octet; in x509_inet_pton_ipv4() local
2834 octet = num_digits = 0; in x509_inet_pton_ipv4()
2843 if (octet == 0 && num_digits > 0) { in x509_inet_pton_ipv4()
2847 octet = octet * 10 + digit; in x509_inet_pton_ipv4()
2852 if (octet >= 256 || num_digits > 3 || num_digits == 0) { in x509_inet_pton_ipv4()
2855 *res++ = (uint8_t) octet; in x509_inet_pton_ipv4()
/lib/lwip/lwip/contrib/examples/example_app/
A Dlwipcfg.h.ci24 the last octet will be increased by netif->num for each netif */
A Dlwipcfg.h.example28 the last octet will be increased by netif->num for each netif */
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_pkcs5.data193 PBES2 Decrypt (bad PBKDF2 params salt: not an octet string)
249 PBES2 Decrypt (bad enc_scheme_alg params: not an octet string)
A Dtest_suite_asn1parse.function511 buf[1] = 0x84; /* 4-octet length */
516 buf[6] = 0x01; /* most significant octet */
A Dtest_suite_asn1write.function244 /* There's no parsing function for octet or character strings. */
A Dtest_suite_x509parse.data1115 X509 CRT parse CN: IPv4 overlarge octet 256
1118 X509 CRT parse CN: IPv4 overlarge octet 999
1121 X509 CRT parse CN: IPv4 overlarge octet 1000
1124 X509 CRT parse CN: IPv4 additional octet
2336 # The ASN.1 module rejects non-octet-aligned bit strings.
2337 X509 CRT ASN1 (inv Signature: not octet-aligned)
/lib/lwip/lwip/
A DCHANGELOG931 * snmp_msg.h, msg_in.c: fixed bug #43790: Sending octet string of Length >255
/lib/mbedtls/external/mbedtls/
A DChangeLog2898 leading content octet. Fixes #1610.

Completed in 66 milliseconds