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