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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-sita.c864 uint32_t longInt; local
868 longInt = htonl(count);
869 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */
873 longInt = htonl(p->k);
877 send_to_fd(fd, 4, (unsigned char *)&longInt);

Completed in 45 milliseconds