| /onnv/onnv-gate/usr/src/uts/common/netinet/ |
| tcpip.h | 40 #define ti_sum ti_t.th_sum
|
| tcp.h | 53 uint16_t th_sum; /* checksum */ member in struct:tcphdr
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_tcp.c | 197 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_sum - dlc_header) + 198 4, 1), "Checksum = 0x%04x", ntohs(tcp->th_sum));
|
| /onnv/onnv-gate/usr/src/uts/common/io/myri10ge/drv/ |
| myri10ge_lro.c | 109 tcp->th_sum = 0; 118 tcp->th_sum = 0xffff ^ tcp_csum;
|
| myri10ge.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| vjcompress.c | 415 deltaA = ntohs(th->th_sum); 578 th->th_sum = htons((*cp << 8) | cp[1]);
|
| /onnv/onnv-gate/usr/src/uts/common/io/nxge/ |
| nxge_send.c | [all...] |
| /onnv/onnv-gate/usr/src/stand/lib/tcp/ |
| tcp_inet.h | 78 uint8_t th_sum[2]; /* TCP checksum */ member in struct:tcphdr_s
|
| tcp.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ |
| tcp.h | 100 uint8_t th_sum[2]; /* TCP checksum */ member in struct:tcphdr_s
|
| /onnv/onnv-gate/usr/src/uts/common/inet/ipf/ |
| ip_nat6.c | [all...] |
| ip_proxy.c | 612 csump = &tcp->th_sum;
|
| ip_state.c | [all...] |
| ip_nat.c | [all...] |
| ip_fil_solaris.c | 1027 tcp2->th_sum = fr_cksum(m, (ip_t *)ip6, IPPROTO_TCP, tcp2); 1038 tcp2->th_sum = fr_cksum(m, ip, IPPROTO_TCP, tcp2); [all...] |
| fil.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/ipf/tools/ |
| ipftest.c | 789 csump += offsetof(tcphdr_t, th_sum);
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/ |
| ip.c | 940 tcph->th_sum, urp, tcph->th_flags, tcp_flags); [all...] |