Home
last modified time | relevance | path

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

/external/libpcap/
Dsf-pcap-ng.c368 struct option_header *opthdr; in get_opthdr_from_block_data() local
370 opthdr = get_from_block_data(cursor, sizeof(*opthdr), errbuf); in get_opthdr_from_block_data()
371 if (opthdr == NULL) { in get_opthdr_from_block_data()
382 opthdr->option_code = SWAPSHORT(opthdr->option_code); in get_opthdr_from_block_data()
383 opthdr->option_length = SWAPSHORT(opthdr->option_length); in get_opthdr_from_block_data()
386 return (opthdr); in get_opthdr_from_block_data()
391 struct option_header *opthdr, char *errbuf) in get_optvalue_from_block_data() argument
397 padded_option_len = opthdr->option_length; in get_optvalue_from_block_data()
415 struct option_header *opthdr; in process_idb_options() local
427 opthdr = get_opthdr_from_block_data(p, cursor, errbuf); in process_idb_options()
[all …]
/external/ppp/pppd/
Dsys-solaris.c2645 struct opthdr hdr;
2651 struct opthdr *rh;
2697 || ack.ack.OPT_length < sizeof(struct opthdr)) {
2704 rh = (struct opthdr *) ((char *)&ack + ack.ack.OPT_offset);
/external/strace/
DChangeLog-CVS4058 * aclocal.m4: Add tests for struct opthdr in sys/socket.h and
4062 * configure.in: use tests for struct opthdr and struct t_opthdr.
DChangeLog29829 * configure.ac (AC_CHECK_TYPES): Remove struct opthdr and