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

  /external/tcpdump/
print-dccp.c 31 * struct dccp_hdr - generic part of DCCP packet header, with a 24-bit
44 struct dccp_hdr { struct
190 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len)
201 const struct dccp_hdr *dh, u_int len)
208 const struct dccp_hdr *dh, u_int len)
223 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp;
236 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh)
238 return DCCPH_X(dh) ? sizeof(struct dccp_hdr_ext) : sizeof(struct dccp_hdr);
243 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp
    [all...]
  /bionic/libc/kernel/uapi/linux/
dccp.h 23 struct dccp_hdr { struct
  /external/kernel-headers/original/uapi/linux/
dccp.h 9 * struct dccp_hdr - generic part of DCCP packet header
21 struct dccp_hdr { struct

Completed in 2834 milliseconds