Home
last modified time | relevance | path

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

/external/libpcap/
Dsf-pcapng.c1092 struct simple_packet_block *spbp; in pcap_ng_next_packet() local
1150 spbp = get_from_block_data(&cursor, sizeof(*spbp), in pcap_ng_next_packet()
1152 if (spbp == NULL) in pcap_ng_next_packet()
1166 hdr->len = SWAPLONG(spbp->len); in pcap_ng_next_packet()
1168 hdr->len = spbp->len; in pcap_ng_next_packet()