Home
last modified time | relevance | path

Searched refs:json_to_tp (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dtp.h153 struct tp *json_to_tp(void *data, size_t data_len);
Dtp.c462 struct tp *json_to_tp(void *data, size_t data_len) in json_to_tp() function
Dtcp.c4255 tp = json_to_tp(buf, data_len); in tp_input()