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

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-sita.c897 uint32_t longInt; local
901 longInt = htonl(count);
902 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */
906 longInt = htonl(p->k);
910 send_to_fd(fd, 4, (unsigned char *)&longInt);

Completed in 106 milliseconds