Home
last modified time | relevance | path

Searched refs:json_len (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dtp.c584 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()
Dtcp.c4222 size_t json_len = 0; in tp_input() local
4309 json_len = sizeof(buf); in tp_input()
4310 tp_encode(tp, buf, &json_len); in tp_input()
4334 json_len = sizeof(buf); in tp_input()
4336 tcp_to_json(conn, buf, &json_len); in tp_input()
4346 if (json_len) { in tp_input()
4347 tp_output(pkt->family, pkt->iface, buf, json_len); in tp_input()