Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtp.c21 enum tp_type tp_state = TP_NONE;
330 enum tp_type type = TP_NONE; in tp_msg_to_type()
349 tp_assert(type != TP_NONE, "Invalid message: %s", s); in tp_msg_to_type()
531 return tp.msg ? tp_msg_to_type(tp.msg) : TP_NONE; in json_decode_msg()
603 bool tap = tp_state != TP_NONE; in tp_tap_input()
Dtp.h28 TP_NONE = 0, enumerator