OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rectype
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-pktap.c
99
uint32_t dlt, hdrlen,
rectype
;
local
136
rectype
= EXTRACT_LE_32BITS(&hdr->pkt_rectype);
137
switch (
rectype
) {
/toolchain/binutils/binutils-2.25/bfd/
vms-misc.c
170
Write 2 bytes
rectype
and 2 bytes record length. */
173
_bfd_vms_output_begin (struct vms_rec_wr *recwr, int
rectype
)
175
vms_debug2 ((6, "_bfd_vms_output_begin (type %d)\n",
rectype
));
180
_bfd_vms_output_short (recwr, (unsigned int)
rectype
);
187
Write 2 bytes
rectype
, and 2 bytes record length. */
190
_bfd_vms_output_begin_subrec (struct vms_rec_wr *recwr, int
rectype
)
192
vms_debug2 ((6, "_bfd_vms_output_begin_subrec (type %d)\n",
rectype
));
201
_bfd_vms_output_short (recwr, (unsigned int)
rectype
);
Completed in 220 milliseconds