Home
last modified time | relevance | path

Searched refs:opthdr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libpcap/
H A Dsf-pcapng.c418 struct option_header *opthdr; in get_opthdr_from_block_data() local
420 opthdr = get_from_block_data(cursor, sizeof(*opthdr), errbuf); in get_opthdr_from_block_data()
421 if (opthdr == NULL) { in get_opthdr_from_block_data()
432 opthdr->option_code = SWAPSHORT(opthdr->option_code); in get_opthdr_from_block_data()
433 opthdr->option_length = SWAPSHORT(opthdr->option_length); in get_opthdr_from_block_data()
436 return (opthdr); in get_opthdr_from_block_data()
465 struct option_header *opthdr; in process_idb_options() local
478 if (opthdr == NULL) { in process_idb_options()
503 opthdr->option_length); in process_idb_options()
512 opthdr->option_length); in process_idb_options()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dconvex36 # what follows is a bunch of bit-mask checks on the flags field of the opthdr.