Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c2896 ah_process_ip_options_v6(mblk_t *mp, ipsa_t *assoc, int *length_to_skip, in ah_process_ip_options_v6() argument
2971 *length_to_skip = IPV6_HDR_LEN; in ah_process_ip_options_v6()
2976 ah_offset = *length_to_skip; in ah_process_ip_options_v6()
2980 *length_to_skip += option_length; in ah_process_ip_options_v6()
3002 *length_to_skip += sizeof (ah_t) + ah_align_sz; in ah_process_ip_options_v6()
3012 ah_process_ip_options_v4(mblk_t *mp, ipsa_t *assoc, int *length_to_skip, in ah_process_ip_options_v4() argument
3212 *length_to_skip = ip_hdr_length; in ah_process_ip_options_v4()
3214 *length_to_skip = ip_hdr_length + sizeof (ah_t) + ah_align_sz; in ah_process_ip_options_v4()
3229 int length_to_skip; in ah_outbound() local
3329 &length_to_skip, assoc->ipsa_mac_len, B_TRUE, ahstack); in ah_outbound()
[all …]