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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4830 int ip_hdr_off, tcp_udp_hdr_off, hdr_off; local
4895 tcp_udp_hdr_off = mac_hdr_len+ip_hdr_len;
4900 tcp_udp_hdr_off <<= 6;
4901 hdr_off |= tcp_udp_hdr_off;
4929 tcp_udp_hdr_off = mac_hdr_len + ip_hdr_len;
4934 tcp_udp_hdr_off <<= 6;
4935 hdr_off |= tcp_udp_hdr_off;
5181 uint16_t ip_hdr_off, tcp_udp_hdr_off, hdr_off; local
5233 tcp_udp_hdr_off =
5240 tcp_udp_hdr_off <<
[all...]

Completed in 113 milliseconds