Home
last modified time | relevance | path

Searched defs:tp_seq (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dtp_priv.h64 struct tp_seq { struct
65 sys_snode_t next;
66 const char *file;
67 int line;
68 const char *func;
69 int kind;
70 int req;
71 uint32_t value;
72 uint32_t old_value;
73 int of;
Dtp.c18 static sys_slist_t tp_seq = SYS_SLIST_STATIC_INIT(&tp_seq); variable