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

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c2583 TCP_PACKAGE tcp_pack; local
2623 /* Recv tcp_pack and close the socket if necessary. */
2624 bzero(&tcp_pack, sizeof(tcp_pack));
2625 if ((i = recv(sockfd, (char *)&tcp_pack, sizeof(tcp_pack), 0)) == sizeof(tcp_pack)) {
2627 tcp_pack.Type = SWAP32(tcp_pack.Type);
2628 tcp_pack
[all...]

Completed in 85 milliseconds