Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtp.h155 struct tp_new *json_to_tp_new(void *data, size_t data_len);
Dtp.c534 struct tp_new *json_to_tp_new(void *data, size_t data_len) in json_to_tp_new() function
Dtcp.c4252 tp_new = json_to_tp_new(buf, data_len); in tp_input()