Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtp.h27 enum tp_type { /* Test protocol message type */ enum
49 extern enum tp_type tp_state;
60 enum tp_type type;
127 enum tp_type tp_msg_to_type(const char *s);
154 enum tp_type json_decode_msg(void *data, size_t data_len);
Dtp.c21 enum tp_type tp_state = TP_NONE;
328 enum tp_type tp_msg_to_type(const char *s) in tp_msg_to_type()
330 enum tp_type type = TP_NONE; in tp_msg_to_type()
515 enum tp_type json_decode_msg(void *data, size_t data_len) in json_decode_msg()
Dtcp.c4225 enum tp_type type; in tp_input()