Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-sita.c896 uint32_t longInt; in pcap_setfilter_acn() local
900 longInt = htonl(count); in pcap_setfilter_acn()
901 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */ in pcap_setfilter_acn()
905 longInt = htonl(p->k); in pcap_setfilter_acn()
909 send_to_fd(fd, 4, (unsigned char *)&longInt); in pcap_setfilter_acn()