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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipsec.c110 uint_t ahlen, auth_data_len; local
133 ahlen = (aligned_ah->ah_length << 2) + 8;
134 fraglen -= ahlen;
136 return (fraglen + ahlen); /* incomplete header */
138 auth_data_len = ahlen - sizeof (ah_t);
150 show_header("AH: ", "Authentication Header", ahlen);
156 "AH length = %d (%d bytes)", aligned_ah->ah_length, ahlen); local
187 new_iplen = iplen - ahlen;
242 return (ahlen);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c182 size_t ahlen; local
192 ahlen = sctp->sctp_hdr_len;
194 ahlen = sctp->sctp_hdr6_len;
204 hmp = allocb(sctps->sctps_wroff_xtra + ahlen, BPRI_MED);
213 hmp->b_wptr = p + ahlen;
273 ixa->ixa_pktlen = ahlen + alen;
327 size_t ahlen; local
344 ahlen = ip_hdr_len + sizeof (sctp_hdr_t);
353 mp = allocb(ahlen + sctps->sctps_wroff_xtra, BPRI_MED);
358 mp->b_wptr = mp->b_rptr + ahlen;
[all...]

Completed in 288 milliseconds