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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
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 47 milliseconds