Home
last modified time | relevance | path

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

/subsys/net/ip/
A Dtp.c332 #define is_tp(_s, _type) do { \ in tp_msg_to_type() macro
339 is_tp(s, TP_COMMAND); in tp_msg_to_type()
340 is_tp(s, TP_CONFIG_REQUEST); in tp_msg_to_type()
341 is_tp(s, TP_INTROSPECT_REQUEST); in tp_msg_to_type()
342 is_tp(s, TP_DEBUG_STOP); in tp_msg_to_type()
343 is_tp(s, TP_DEBUG_STEP); in tp_msg_to_type()
344 is_tp(s, TP_DEBUG_CONTINUE); in tp_msg_to_type()
346 #undef is_tp in tp_msg_to_type()

Completed in 11 milliseconds