Searched refs:get_from_block_data (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | sf-pcapng.c | 388 get_from_block_data(struct block_cursor *cursor, size_t chunk_size, in get_from_block_data() function 418 opthdr = get_from_block_data(cursor, sizeof(*opthdr), errbuf); in get_opthdr_from_block_data() 448 optvalue = get_from_block_data(cursor, padded_option_len, errbuf); in get_optvalue_from_block_data() 1004 idbp = get_from_block_data(&cursor, sizeof(*idbp), in pcap_ng_check_header() 1121 epbp = get_from_block_data(&cursor, sizeof(*epbp), in pcap_ng_next_packet() 1150 spbp = get_from_block_data(&cursor, sizeof(*spbp), in pcap_ng_next_packet() 1186 pbp = get_from_block_data(&cursor, sizeof(*pbp), in pcap_ng_next_packet() 1215 idbp = get_from_block_data(&cursor, sizeof(*idbp), in pcap_ng_next_packet() 1267 shbp = get_from_block_data(&cursor, sizeof(*shbp), in pcap_ng_next_packet() 1495 *data = get_from_block_data(&cursor, hdr->caplen, p->errbuf); in pcap_ng_next_packet()
|