Home
last modified time | relevance | path

Searched refs:global_hdr (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/pcapfix/pcapfix-1.1.7/
H A Dpcap.c73 if (global_hdr.network == 119) { in is_plausible()
84 if (global_hdr.network == 113) { in is_plausible()
227 …bytes = fread(&global_hdr, sizeof(global_hdr), 1, pcap); /* read first bytes of input file into st… in fix_pcap()
259 global_hdr.magic_number = PCAP_MAGIC; in fix_pcap()
268 global_hdr.version_major = conshort(2); in fix_pcap()
286 global_hdr.thiszone = conint(0); in fix_pcap()
295 global_hdr.sigfigs = conint(0); in fix_pcap()
314 global_hdr.network = conint(1); in fix_pcap()
340 global_hdr.network = conint(1); in fix_pcap()
347 memcpy(writebuffer, &global_hdr, sizeof(global_hdr)); in fix_pcap()
[all …]
H A Dpcap_kuznet.c68 if (global_hdr.network == 119) { in is_plausible_kuznetzov()
79 if (global_hdr.network == 113) { in is_plausible_kuznetzov()
216 …bytes = fread(&global_hdr, sizeof(global_hdr), 1, pcap); /* read first bytes of input file into st… in fix_pcap_kuznetzov()
245 global_hdr.version_major = conshort(2); in fix_pcap_kuznetzov()
254 global_hdr.version_minor = conshort(4); in fix_pcap_kuznetzov()
263 global_hdr.thiszone = conint(0); in fix_pcap_kuznetzov()
272 global_hdr.sigfigs = conint(0); in fix_pcap_kuznetzov()
291 global_hdr.network = conint(1); in fix_pcap_kuznetzov()
317 global_hdr.network = conint(1); in fix_pcap_kuznetzov()
324 memcpy(writebuffer, &global_hdr, sizeof(global_hdr)); in fix_pcap_kuznetzov()
[all …]
H A Dpcap_kuznet.h58 int is_plausible_kuznet(struct global_hdr_s global_hdr, struct packet_hdr_s hdr, unsigned int prior…
75 …buffer, unsigned int size, unsigned int prior_ts, struct global_hdr_s *global_hdr, struct packet_h…
114 …netzov(FILE *pcap, FILE *pcap_fix, off_t filesize, struct global_hdr_s global_hdr, unsigned short …
H A Dpcap.h66 int is_plausible(struct global_hdr_s global_hdr, struct packet_hdr_s hdr, unsigned int prior_ts);
83 …buffer, unsigned int size, unsigned int prior_ts, struct global_hdr_s *global_hdr, struct packet_h…
122 int fix_pcap_packets(FILE *pcap, FILE *pcap_fix, off_t filesize, struct global_hdr_s global_hdr, un…
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/
H A Dbuild_glob.py33 global_hdr=open("include/libxml/globals.h").readlines() variable
41 for line in global_hdr:
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dmips-tdump.c208 struct filehdr global_hdr; /* a.out header */ variable
1332 read_seek (&global_hdr, sizeof (global_hdr), 0, "Global file header"); in read_tfile()
1334 print_global_hdr (&global_hdr); in read_tfile()
1336 if (global_hdr.f_symptr == 0) in read_tfile()
1342 sym_hdr_offset = global_hdr.f_symptr; in read_tfile()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dmips-tdump.c208 struct filehdr global_hdr; /* a.out header */ variable
1332 read_seek (&global_hdr, sizeof (global_hdr), 0, "Global file header"); in read_tfile()
1334 print_global_hdr (&global_hdr); in read_tfile()
1336 if (global_hdr.f_symptr == 0) in read_tfile()
1342 sym_hdr_offset = global_hdr.f_symptr; in read_tfile()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dmips-tdump.c208 struct filehdr global_hdr; /* a.out header */ variable
1332 read_seek (&global_hdr, sizeof (global_hdr), 0, "Global file header"); in read_tfile()
1334 print_global_hdr (&global_hdr); in read_tfile()
1336 if (global_hdr.f_symptr == 0) in read_tfile()
1342 sym_hdr_offset = global_hdr.f_symptr; in read_tfile()
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsnmp_api.c2291 u_char *global_hdr, *global_hdr_e; in snmpv3_header_build() local
2324 global_hdr = cp; in snmpv3_header_build()
2393 pb = asn_build_sequence(global_hdr, out_length, in snmpv3_header_build()