Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dipsecah.c127 #define IPV6_PADDING_ALIGN 0x04 /* Multiple of 32 bits */ macro
3076 ah_align_sz = P2ALIGN(ah_data_sz + IPV6_PADDING_ALIGN - 1, in ah_process_ip_options_v6()
3077 IPV6_PADDING_ALIGN); in ah_process_ip_options_v6()
3453 IPV6_PADDING_ALIGN - 1, IPV6_PADDING_ALIGN); in ah_outbound()
3681 align_len = P2ALIGN(icv_len + IPV6_PADDING_ALIGN - 1, in ah_auth_in_done()
3682 IPV6_PADDING_ALIGN); in ah_auth_in_done()
3939 align_len = P2ALIGN(icv_len + IPV6_PADDING_ALIGN - 1, in ah_auth_out_done()
3940 IPV6_PADDING_ALIGN); in ah_auth_out_done()