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

/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-sita.c873 uint32_t longInt; local
877 longInt = htonl(count);
878 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */
882 longInt = htonl(p->k);
886 send_to_fd(fd, 4, (unsigned char *)&longInt);

Completed in 105 milliseconds