Searched defs:tcp_seq_tmp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1269 uint32_t tcp_seq_tmp; local
1594 bcopy((char *)&ntcph->th_seq, &tcp_seq_tmp, 4);
1595 tcp_seq = ntohl(tcp_seq_tmp);
1648 tcp_seq_tmp = htonl(tcp_seq);
1649 bcopy(&tcp_seq_tmp, (char *)&ntcph->th_seq, 4);
1686 tcp_seq_tmp = htonl(tcp_seq);
1687 bcopy(&tcp_seq_tmp, (char *)&ntcph->th_seq, 4);

Completed in 106 milliseconds