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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-sita.c875 uint32_t longInt; local
879 longInt = htonl(count);
880 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */
884 longInt = htonl(p->k);
888 send_to_fd(fd, 4, (unsigned char *)&longInt);

Completed in 116 milliseconds