Searched refs:json_len (Results 1 – 2 of 2) sorted by relevance
| /subsys/net/ip/ |
| A 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()
|
| A D | tcp.c | 4215 size_t json_len = 0; in tp_input() local 4305 json_len = sizeof(buf); in tp_input() 4306 tp_encode(tp, buf, &json_len); in tp_input() 4330 json_len = sizeof(buf); in tp_input() 4332 tcp_to_json(conn, buf, &json_len); in tp_input() 4342 if (json_len) { in tp_input() 4343 tp_output(pkt->family, pkt->iface, buf, json_len); in tp_input()
|
Completed in 46 milliseconds