Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dipsecah.c3051 ah_process_ip_options_v6(mblk_t *mp, ipsa_t *assoc, int *length_to_skip, in ah_process_ip_options_v6() argument
3126 *length_to_skip = IPV6_HDR_LEN; in ah_process_ip_options_v6()
3131 ah_offset = *length_to_skip; in ah_process_ip_options_v6()
3135 *length_to_skip += option_length; in ah_process_ip_options_v6()
3157 *length_to_skip += sizeof (ah_t) + ah_align_sz; in ah_process_ip_options_v6()
3167 ah_process_ip_options_v4(mblk_t *mp, ipsa_t *assoc, int *length_to_skip, in ah_process_ip_options_v4() argument
3367 *length_to_skip = ip_hdr_length; in ah_process_ip_options_v4()
3369 *length_to_skip = ip_hdr_length + sizeof (ah_t) + ah_align_sz; in ah_process_ip_options_v4()
3384 int length_to_skip; in ah_outbound() local
3484 &length_to_skip, assoc->ipsa_mac_len, B_TRUE, ahstack); in ah_outbound()
[all …]