Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipsec.c106 ah_t *ah = (ah_t *)hdr; in interpret_ah()
107 ah_t *aligned_ah; in interpret_ah()
108 ah_t storage; /* In case hdr isn't aligned. */ in interpret_ah()
115 if (fraglen < sizeof (ah_t)) in interpret_ah()
119 aligned_ah = (ah_t *)&storage; in interpret_ah()
120 bcopy(hdr, &storage, sizeof (ah_t)); in interpret_ah()
138 auth_data_len = ahlen - sizeof (ah_t); in interpret_ah()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dipsecah.c738 ah_t *ah; in ah_inbound_restart()
2037 ah_t *ah; in ah_icmp_error_v6()
2052 sizeof (ah_t) > mp->b_wptr) { in ah_icmp_error_v6()
2070 ah = (ah_t *)((uint8_t *)ip6h + hdr_length); in ah_icmp_error_v6()
2145 ah_t *ah; in ah_icmp_error_v4()
2178 ah = (ah_t *)((uint8_t *)ipha + hdr_length); in ah_icmp_error_v4()
2403 ah_t *ah; in ah_fix_phdr_v6()
2537 ah = (ah_t *)pi_opt; in ah_fix_phdr_v6()
2548 ah_finish_up(ah_t *phdr_ah, ah_t *inbound_ah, ipsa_t *assoc, in ah_finish_up()
2596 uchar_t *pad = ((uchar_t *)phdr_ah + sizeof (ah_t) + in ah_finish_up()
[all …]
H A Dip_sadb.c659 ipsec_inbound_ah_sa(mblk_t *mp, ip_recv_attr_t *ira, ah_t **ahp) in ipsec_inbound_ah_sa()
663 ah_t *ah; in ipsec_inbound_ah_sa()
695 pullup_len = ah_offset + sizeof (ah_t); in ipsec_inbound_ah_sa()
713 ah = (ah_t *)(mp->b_rptr + ah_offset); in ipsec_inbound_ah_sa()
H A Dip6.c3242 ah_t *ah; in ipsec_early_ah_v6()
4950 ah_t *ah; in ipsec_ah_get_hdr_size_v6()
4997 ah = (ah_t *)whereptr; in ipsec_ah_get_hdr_size_v6()
H A Dip6_input.c2672 ah_t *ah; in ip_fanout_v6()
H A Dip_input.c2893 ah_t *ah; in ip_fanout_v4()
/titanic_41/usr/src/uts/common/inet/
H A Dipsecah.h130 } ah_t; typedef
H A Dipsec_impl.h1004 extern mblk_t *ipsec_inbound_ah_sa(mblk_t *, ip_recv_attr_t *, ah_t **);
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_util.c1083 ah_t *ah = (ah_t *)(mp->b_rptr + skip_len); in mac_pkt_hash()
1086 if ((unsigned char *)ah + sizeof (ah_t) > mp->b_wptr) in mac_pkt_hash()