Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcpdump/
H A Dprint-tipc.c117 nd_uint32_t w9; member
131 nd_uint32_t w9; member
140 #define TIPC_MSG_CNT(w9) (((w9) >> 16) & 0xFFFF) argument
141 #define TIPC_LINK_TOL(w9) (((w9) >> 0) & 0xFFFF) argument
218 uint32_t w0, w1, w2, w4, w5, w9; in print_internal() local