| /components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
| A D | snmpv3_mbedtls.c | 82 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 D | snmpv3_mbedtls.c | 82 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 D | usbh_cdc_ecm.c | 135 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 D | usbh_cdc_ncm.c | 162 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 D | ofw.c | 578 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 D | ppp.txt | 389 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 D | ppp.txt | 389 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 D | mdns.c | 508 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 D | dtb_get.c | 435 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 D | pppos.c | 139 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 D | pppos.c | 139 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 D | mdns.c | 562 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 D | lwp_user_mm.c | 960 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 D | lwp_gcc.S | 416 .byte 0
|
| /components/drivers/usb/cherryusb/class/vendor/net/ |
| A D | usbh_rtl8152.c | 2064 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 D | CHANGELOG | 644 * 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 D | CHANGELOG | 199 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 D | CHANGELOG | 897 * 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.
|