Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip_multi.h75 struct mac_header_info_s *);
H A Dip.h2382 struct mac_header_info_s *ira_mhip; /* Could be NULL */
3205 struct mac_header_info_s;
3249 extern void ip_mdata_to_mhi(ill_t *, mblk_t *, struct mac_header_info_s *);
3258 struct mac_header_info_s *);
3260 struct mac_header_info_s *);
3262 struct mac_header_info_s *, squeue_t *, mblk_t **, uint_t *);
3264 struct mac_header_info_s *, squeue_t *, mblk_t **, uint_t *);
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h473 typedef struct mac_header_info_s { struct
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c158 struct mac_header_info_s *mhip) in ip_input_v6()
194 struct mac_header_info_s *mhip, squeue_t *target_sqp, in ip_input_common_v6()
H A Dip_input.c162 struct mac_header_info_s *mhip) in ip_input()
198 struct mac_header_info_s *mhip, squeue_t *target_sqp, in ip_input_common_v4()
H A Dip.c7844 ip_dlur_to_mhi(ill_t *ill, mblk_t *mb, struct mac_header_info_s *mhip) in ip_dlur_to_mhi()
7850 bzero(mhip, sizeof (struct mac_header_info_s)); in ip_dlur_to_mhi()
7902 ip_mdata_to_mhi(ill_t *ill, mblk_t *mp, struct mac_header_info_s *mhip) in ip_mdata_to_mhi()
7907 bzero(mhip, sizeof (struct mac_header_info_s)); in ip_mdata_to_mhi()
7979 struct mac_header_info_s mhi; in ip_rput_notdata()
8077 struct mac_header_info_s mhi; in ip_rput()
H A Dip6.c3020 struct mac_header_info_s mhi; in ip_rput_v6()