Home | History | Annotate | Download | only in libpcap

Lines Matching defs:longInt

880 	uint32_t		longInt;
884 longInt = htonl(count);
885 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */
889 longInt = htonl(p->k);
893 send_to_fd(fd, 4, (unsigned char *)&longInt);