Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libpcap/dist/
Drpcap-protocol.h311 struct rpcap_pkthdr struct
Dpcap-rpcap.c393 struct rpcap_pkthdr *net_pkt_header; /* header of the packet, from the message */ in pcap_read_nocb_remote()
456 … net_pkt_header = (struct rpcap_pkthdr *) ((char *)p->buffer + sizeof(struct rpcap_header)); in pcap_read_nocb_remote()
457 … net_pkt_data = (u_char *)p->buffer + sizeof(struct rpcap_header) + sizeof(struct rpcap_pkthdr); in pcap_read_nocb_remote()
1429 fp->bufsize = sizeof(struct rpcap_header) + sizeof(struct rpcap_pkthdr) + fp->snapshot; in pcap_startcapture_remote()