Searched refs:common_header (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-mpcp.c138 const struct mpcp_common_header_t *common_header; member in union:__anon14018
152 mpcp.common_header = (const struct mpcp_common_header_t *)pptr;
156 opcode = EXTRACT_16BITS(mpcp.common_header->opcode);
159 printf(", Timestamp %u ticks", EXTRACT_32BITS(mpcp.common_header->timestamp));
/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dpickling.c867 idl_es_type_pvt_header_t common_header; local
872 common_header.IDL_version = IDL_ES_HEADER_VERSION;
873 common_header.IDL_endianness = (ndr_g_local_drep.int_rep << 4);
874 common_header.IDL_common_header_length = IDL_ES_TYPE_COMMON_HEADER_LEN;
875 memset(common_header.IDL_fill, 0xcc, 4);
877 IDL_MARSH_USMALL(&common_header.IDL_version);
878 IDL_MARSH_USMALL(&common_header.IDL_endianness);
880 hdr_length_low = (common_header.IDL_common_header_length >> 0) & 0xff;
881 hdr_length_high = (common_header.IDL_common_header_length >> 8) & 0xff;
888 IDL_MARSH_BYTE(&common_header
903 idl_es_type_pvt_header_t common_header; local
[all...]

Completed in 90 milliseconds