/external/tcpdump/ |
print-dccp.c | 41 * @dccph_type - packet type, see DCCP_PKT_ prefixed macros 65 * @dccph_type - packet type, see DCCP_PKT_ prefixed macros 83 #define DCCPH_TYPE(dh) (((dh)->dccph_xtr >> 1) & 0xF) 278 uint8_t dccph_type; local 359 dccph_type = DCCPH_TYPE(dh); 360 switch (dccph_type) { 367 tok2str(dccp_pkt_type_str, "", dccph_type), 373 tok2str(dccp_pkt_type_str, "", dccph_type), 383 tok2str(dccp_pkt_type_str, "", dccph_type), [all...] |
/bionic/libc/kernel/uapi/linux/ |
dccp.h | 35 __u8 dccph_x : 1, dccph_type : 4, dccph_reserved : 3; member in struct:dccp_hdr 37 __u8 dccph_reserved : 3, dccph_type : 4, dccph_x : 1; member in struct:dccp_hdr
|
/external/kernel-headers/original/uapi/linux/ |
dccp.h | 18 * @dccph_type - packet type, see DCCP_PKT_ prefixed macros 37 dccph_type:4, member in struct:dccp_hdr 41 dccph_type:4, member in struct:dccp_hdr
|