Searched refs:json_len (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/subsys/net/ip/ |
| D | tp.c | 584 size_t json_len; in tp_out() local 593 json_len = sizeof(buf); in tp_out() 594 tp_new_to_json(&tp, buf, &json_len); in tp_out() 595 if (json_len) { in tp_out() 596 tp_output(af, iface, buf, json_len); in tp_out()
|
| D | tcp.c | 4232 size_t json_len = 0; in tp_input() local 4319 json_len = sizeof(buf); in tp_input() 4320 tp_encode(tp, buf, &json_len); in tp_input() 4344 json_len = sizeof(buf); in tp_input() 4346 tcp_to_json(conn, buf, &json_len); in tp_input() 4356 if (json_len) { in tp_input() 4357 tp_output(pkt->family, pkt->iface, buf, json_len); in tp_input()
|