HomeSort by relevance Sort by last modified time
    Searched refs:dccp_hdr_ext (Results 51 - 52 of 52) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dccp.h 50 * struct dccp_hdr_ext - the low bits of a 48 bit seq packet
54 struct dccp_hdr_ext { struct
  /external/tcpdump/
print-dccp.c 149 const struct dccp_hdr_ext *dhx = (void *)(dh + 1);
160 return sizeof(*dh) + (DCCPH_X(dh) ? sizeof(struct dccp_hdr_ext) : 0);

Completed in 43 milliseconds

1 23