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

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c283 static uint16_t tcp_cksum(uint16_t *, uint32_t);
1818 if (old_sum == tcp_cksum((uint16_t *)&(iph->ip_ttl),
6226 tcph->tha_sum = tcp_cksum((uint16_t *)&(iph->ip_ttl),
6232 tcp_cksum(uint16_t *buf, uint32_t len) function

Completed in 57 milliseconds