Home
last modified time | relevance | path

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

/external/libpcap/
Dsf-pcap-ng.c331 get_from_block_data(struct block_cursor *cursor, size_t chunk_size, in get_from_block_data() function
361 opthdr = get_from_block_data(cursor, sizeof(*opthdr), errbuf); in get_opthdr_from_block_data()
391 optvalue = get_from_block_data(cursor, padded_option_len, errbuf); in get_optvalue_from_block_data()
871 idbp = get_from_block_data(&cursor, sizeof(*idbp), in pcap_ng_check_header()
980 epbp = get_from_block_data(&cursor, sizeof(*epbp), in pcap_ng_next_packet()
1009 spbp = get_from_block_data(&cursor, sizeof(*spbp), in pcap_ng_next_packet()
1045 pbp = get_from_block_data(&cursor, sizeof(*pbp), in pcap_ng_next_packet()
1074 idbp = get_from_block_data(&cursor, sizeof(*idbp), in pcap_ng_next_packet()
1120 shbp = get_from_block_data(&cursor, sizeof(*shbp), in pcap_ng_next_packet()
1268 *data = get_from_block_data(&cursor, hdr->caplen, p->errbuf); in pcap_ng_next_packet()