Searched refs:cs_hlen (Results 1 – 4 of 4) sorted by relevance
462 cs->cs_hlen = hlen; in sl_uncompress_tcp()513 register u_int i = ntohs(cs->cs_ip.ip_len) - cs->cs_hlen; in sl_uncompress_tcp()522 - cs->cs_hlen); in sl_uncompress_tcp()565 *bufp = cp - cs->cs_hlen; in sl_uncompress_tcp()566 len += cs->cs_hlen; in sl_uncompress_tcp()579 memcpy(*bufp, &cs->cs_ip, cs->cs_hlen); in sl_uncompress_tcp()
114 u_short cs_hlen; /* size of hdr (receive only) */ member
514 cs->cs_hlen = hlen;560 u_int i = ntohs(cs->cs_ip.ip_len) - cs->cs_hlen;568 - cs->cs_hlen);602 total_len += cs->cs_hlen - vjlen;615 *hlenp = cs->cs_hlen;
121 u_int16_t cs_hlen; /* size of hdr (receive only) */ member