Searched refs:size2 (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/drivers/wifi/winc1500/ |
D | wifi_winc1500_nm_bus_wrapper.c | 152 param->buffer2, param->size2); in nm_bus_ioctl()
|
/Zephyr-Core-3.6.0/subsys/net/lib/coap/ |
D | coap.c | 1486 int r, block1, block2, size1, size2; in coap_update_from_block() local 1491 size2 = coap_get_option_int(cpkt, COAP_OPTION_SIZE2); in coap_update_from_block() 1494 r = update_control_block2(ctx, block2, size2); in coap_update_from_block() 1507 return update_descriptive_block(ctx, block2, size2 == -ENOENT ? 0 : size2); in coap_update_from_block()
|