OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:magic_int
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libpcap/dist/
sf-pcap.c
227
bpf_u_int32
magic_int
;
local
244
memcpy(&
magic_int
, magic, sizeof(
magic_int
));
245
if (
magic_int
!= TCPDUMP_MAGIC &&
246
magic_int
!= KUZNETZOV_TCPDUMP_MAGIC &&
247
magic_int
!= NSEC_TCPDUMP_MAGIC) {
248
magic_int
= SWAPLONG(
magic_int
);
249
if (
magic_int
!= TCPDUMP_MAGIC &&
250
magic_int
!= KUZNETZOV_TCPDUMP_MAGIC &
[
all
...]
sf-pcapng.c
771
bpf_u_int32
magic_int
;
local
793
memcpy(&
magic_int
, magic, sizeof(
magic_int
));
794
if (
magic_int
!= BT_SHB) {
945
bhdrp->block_type =
magic_int
;
949
(u_char *)p->buffer + (sizeof(
magic_int
) + sizeof(total_length) + sizeof(byte_order_magic)),
950
total_length - (sizeof(
magic_int
) + sizeof(total_length) + sizeof(byte_order_magic)),
Completed in 24 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026