HomeSort by relevance Sort by last modified time
    Searched refs:DCCPH_SEQ (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
dccp.h 25 * @dccph_seq - sequence number high or low order 24 bits, depends on dccph_x
35 u_int32_t dccph_seq; member in union:dccp_hdr::__anon15132
44 #define DCCPH_SEQ(dh) (((dh)->dccph_xtrs.dccph_seq) >> 8)
print-dccp.c 97 u_int32_t seq_high = DCCPH_SEQ(dh);

Completed in 567 milliseconds