Searched refs:opthdr (Results 1 – 4 of 4) sorted by relevance
416 struct option_header *opthdr; in get_opthdr_from_block_data() local418 opthdr = get_from_block_data(cursor, sizeof(*opthdr), errbuf); in get_opthdr_from_block_data()419 if (opthdr == NULL) { in get_opthdr_from_block_data()430 opthdr->option_code = SWAPSHORT(opthdr->option_code); in get_opthdr_from_block_data()431 opthdr->option_length = SWAPSHORT(opthdr->option_length); in get_opthdr_from_block_data()434 return (opthdr); in get_opthdr_from_block_data()439 struct option_header *opthdr, char *errbuf) in get_optvalue_from_block_data() argument445 padded_option_len = opthdr->option_length; in get_optvalue_from_block_data()463 struct option_header *opthdr; in process_idb_options() local475 opthdr = get_opthdr_from_block_data(p, cursor, errbuf); in process_idb_options()[all …]
2645 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);
4058 * aclocal.m4: Add tests for struct opthdr in sys/socket.h and4062 * configure.in: use tests for struct opthdr and struct t_opthdr.
44473 * configure.ac (AC_CHECK_TYPES): Remove struct opthdr and