Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmpv3_mbedtls.c82 u8_t byte; in snmpv3_auth() local
84 if (snmp_pbuf_stream_read(&read_stream, &byte)) { in snmpv3_auth()
88 if (mbedtls_md_hmac_update(&ctx, &byte, 1) != 0) { in snmpv3_auth()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmpv3_mbedtls.c82 u8_t byte; in snmpv3_auth() local
84 if (snmp_pbuf_stream_read(&read_stream, &byte)) { in snmpv3_auth()
88 if (mbedtls_md_hmac_update(&ctx, &byte, 1) != 0) { in snmpv3_auth()
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_ecm.c135 uint32_t byte = strtoul(byte_str, NULL, 16); in usbh_cdc_ecm_connect() local
136 cdc_ecm_class->mac[j] = (unsigned char)byte; in usbh_cdc_ecm_connect()
A Dusbh_cdc_ncm.c162 uint32_t byte = strtoul(byte_str, NULL, 16); in usbh_cdc_ncm_connect() local
163 cdc_ncm_class->mac[j] = (unsigned char)byte; in usbh_cdc_ncm_connect()
/components/drivers/ofw/
A Dofw.c578 rt_uint8_t *byte = value; in ofw_node_dump_dts() local
584 rt_kprintf("%02x ", *byte++); in ofw_node_dump_dts()
/components/net/lwip/lwip-2.0.3/doc/
A Dppp.txt389 to reduce your need of buffer if pppos_input() is called byte after byte in
395 passing data byte after byte because it uses heavy locking (mailbox) and it
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt389 to reduce your need of buffer if pppos_input() is called byte after byte in
395 passing data byte after byte because it uses heavy locking (mailbox) and it
/components/net/lwip/lwip-2.0.3/src/apps/mdns/
A Dmdns.c508 u8_t byte = ptr[i]; in mdns_build_reverse_v6_domain() local
511 if ((byte & 0x0F) < 0xA) { in mdns_build_reverse_v6_domain()
512 buf = '0' + (byte & 0x0F); in mdns_build_reverse_v6_domain()
514 buf = 'a' + (byte & 0x0F) - 0xA; in mdns_build_reverse_v6_domain()
518 byte >>= 4; in mdns_build_reverse_v6_domain()
/components/legacy/fdt/src/
A Ddtb_get.c435 uint8_t *byte = (uint8_t *)value; in _dtb_node_printf_dtb_node_info() local
440 rt_kprintf("%02x ", *byte++); in _dtb_node_printf_dtb_node_info()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dpppos.c139 ppp_get_fcs(u8_t byte) in ppp_get_fcs() argument
143 octet = byte; in ppp_get_fcs()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dpppos.c139 ppp_get_fcs(u8_t byte) in ppp_get_fcs() argument
143 octet = byte; in ppp_get_fcs()
/components/net/lwip/lwip-2.1.2/src/apps/mdns/
A Dmdns.c562 u8_t byte = ptr[i]; in mdns_build_reverse_v6_domain() local
565 if ((byte & 0x0F) < 0xA) { in mdns_build_reverse_v6_domain()
566 buf = '0' + (byte & 0x0F); in mdns_build_reverse_v6_domain()
568 buf = 'a' + (byte & 0x0F) - 0xA; in mdns_build_reverse_v6_domain()
572 byte >>= 4; in mdns_build_reverse_v6_domain()
/components/lwp/
A Dlwp_user_mm.c960 size_t lwp_data_set(struct rt_lwp *lwp, void *dst, int byte, size_t size) in lwp_data_set() argument
992 memset(temp_page + (dst_iter - dst_iter_aligned), byte, bytes_to_put); in lwp_data_set()
/components/lwp/arch/arm/cortex-a/
A Dlwp_gcc.S416 .byte 0
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.c2064 uint32_t byte = strtoul(byte_str, NULL, 16); in usbh_rtl8152_connect() local
2065 rtl8152_class->mac[j] = (unsigned char)byte; in usbh_rtl8152_connect()
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG644 * nd6.c: fixed bug #38153 (nd6_input() byte order issues)
911 * ip4.c: fixed bug #37665 ip_canforward operates on address in wrong byte order
1155 byte value when pcb->unacked != NULL
1314 2-byte-aligned IP addresses and MAC addresses
2005 trailing 1 byte len (SYN/FIN)
2033 LWIP_AUTOIP_CREATE_SEED_ADDR() returned address in host byte order instead
2034 of network byte order
3825 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().
4199 4-, 2-, or 1-byte alignment.
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG199 byte value when pcb->unacked != NULL
358 2-byte-aligned IP addresses and MAC addresses
1049 trailing 1 byte len (SYN/FIN)
1077 LWIP_AUTOIP_CREATE_SEED_ADDR() returned address in host byte order instead
1078 of network byte order
2869 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().
3243 4-, 2-, or 1-byte alignment.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG897 * nd6.c: fixed bug #38153 (nd6_input() byte order issues)
1164 * ip4.c: fixed bug #37665 ip_canforward operates on address in wrong byte order
1408 byte value when pcb->unacked != NULL
1567 2-byte-aligned IP addresses and MAC addresses
2258 trailing 1 byte len (SYN/FIN)
2286 LWIP_AUTOIP_CREATE_SEED_ADDR() returned address in host byte order instead
2287 of network byte order
4078 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().
4452 4-, 2-, or 1-byte alignment.

Completed in 57 milliseconds