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

1 23

  /bionic/libc/kernel/common/linux/
dccp.h 59 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 461 milliseconds

1 23