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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c265 uint16_t iphl; local
276 iphl = 4 * (buf[0] & 0xF);
277 cksum = (((uint16_t)buf[2])<<8) + buf[3] - iphl;
290 buf += iphl + ((proto == IPPROTO_TCP) ?
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c1756 uint16_t iphl; local
1759 iphl = (uint16_t)(4 * (buf[0] & 0xF));
1760 cksum = (((uint16_t)buf[2])<<8) + buf[3] - iphl;
1773 buf += iphl + ((proto == IPPROTO_TCP) ?
4973 uint16_t iphl; local
4979 iphl = (uint16_t)(4 * (buf[0] & 0xF));
4992 buf += iphl + ((proto == IPPROTO_TCP) ?

Completed in 73 milliseconds