Home
last modified time | relevance | path

Searched refs:cs_hlen (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dslcompress.c460 cs->cs_hlen = hlen; in sl_uncompress_tcp()
511 register u_int i = ntohs(cs->cs_ip.ip_len) - cs->cs_hlen; in sl_uncompress_tcp()
520 - cs->cs_hlen); in sl_uncompress_tcp()
563 *bufp = cp - cs->cs_hlen; in sl_uncompress_tcp()
564 len += cs->cs_hlen; in sl_uncompress_tcp()
577 memcpy(*bufp, &cs->cs_ip, cs->cs_hlen); in sl_uncompress_tcp()
H A Dslcompress.h114 u_short cs_hlen; /* size of hdr (receive only) */ member
/freebsd/sys/net/
H A Dslcompress.c480 cs->cs_hlen = hlen; in sl_uncompress_tcp_core()
526 u_int i = ntohs(cs->cs_ip.ip_len) - cs->cs_hlen; in sl_uncompress_tcp_core()
534 - cs->cs_hlen); in sl_uncompress_tcp_core()
568 total_len += cs->cs_hlen - vjlen; in sl_uncompress_tcp_core()
581 *hlenp = cs->cs_hlen; in sl_uncompress_tcp_core()
H A Dslcompress.h116 u_int16_t cs_hlen; /* size of hdr (receive only) */ member
/freebsd/sys/dev/cesa/
H A Dcesa.c1527 if (cr->cr_cs->cs_hlen != 0 && cr->cr_crp->crp_etype == 0) { in cesa_intr()
1531 cr->cr_cs->cs_hlen, hash); in cesa_intr()
1533 cr->cr_cs->cs_hlen) != 0) in cesa_intr()
1538 cr->cr_cs->cs_hlen, cr->cr_csd->csd_hash); in cesa_intr()
1658 cs->cs_hlen = (csp->csp_auth_mlen == 0) ? SHA1_HASH_LEN : in cesa_newsession()
1664 cs->cs_hlen = (csp->csp_auth_mlen == 0) ? SHA1_HASH_LEN : in cesa_newsession()
1667 if (cs->cs_hlen == CESA_HMAC_TRUNC_LEN) in cesa_newsession()
1672 cs->cs_hlen = (csp->csp_auth_mlen == 0) ? SHA2_256_HASH_LEN : in cesa_newsession()
H A Dcesa.h193 unsigned int cs_hlen; member