Home | History | Annotate | Download | only in libpcap

Lines Matching refs:hp

874 swap_hdr(struct pcap_file_header *hp)
876 hp->version_major = SWAPSHORT(hp->version_major);
877 hp->version_minor = SWAPSHORT(hp->version_minor);
878 hp->thiszone = SWAPLONG(hp->thiszone);
879 hp->sigfigs = SWAPLONG(hp->sigfigs);
880 hp->snaplen = SWAPLONG(hp->snaplen);
881 hp->linktype = SWAPLONG(hp->linktype);