Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h45 typedef struct icmp6_hdr { struct
72 struct icmp6_hdr mld_icmp6_hdr; argument
129 struct icmp6_hdr rr_hdr;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c302 struct icmp6_hdr *icmp;
304 icmp = (struct icmp6_hdr *)fin->fin_dp;
312 hlen += MIN(sizeof(struct icmp6_hdr) + 8,
315 hlen += MIN(sizeof(struct icmp6_hdr),
H A Dip_nat6.c523 ((struct icmp6_hdr *)fin->fin_dp)->icmp6_id = port;
709 ((struct icmp6_hdr *)fin->fin_dp)->icmp6_id = nport;
808 ni.nai_sport = ((struct icmp6_hdr *)fin->fin_dp)->icmp6_id;
1082 struct icmp6_hdr *orgicmp;
1139 orgicmp = (struct icmp6_hdr *)(oip6 + 1);
1216 struct icmp6_hdr *icmp6, *orgicmp;
1400 orgicmp = (struct icmp6_hdr *)udp;
2207 struct icmp6_hdr *icmp6;
2317 struct icmp6_hdr *icmp6;
2490 struct icmp6_hdr *icmp6;
H A Dip_fil_solaris.c3007 struct icmp6_hdr *icmp6;
3043 mblk_icmp = (mblk_t *) allocb(sizeof (struct icmp6_hdr),
3050 icmp6 = (struct icmp6_hdr *) mblk_icmp->b_wptr;
3054 mblk_icmp->b_wptr += sizeof (struct icmp6_hdr);
3070 icmp6->icmp6_cksum = icmp_pld_len + sizeof (struct icmp6_hdr);
3085 fin->fin_ip6->ip6_plen = htons(icmp_pld_len + sizeof (struct icmp6_hdr));
3242 struct icmp6_hdr *icmp6;
3309 icmp6 = (struct icmp6_hdr *)(pkt->b_rptr + fin->fin_hlen);
H A Dip_state.c4021 struct icmp6_hdr *ic6, *oic;
4078 oic = (struct icmp6_hdr *)(oip6 + 1);
H A Dfil.c686 int minicmpsz = sizeof(struct icmp6_hdr);
687 struct icmp6_hdr *icmp6;
H A Dip_nat.c4529 struct icmp6_hdr *icmp6;
/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h50 struct icmp6_hdr;
52 struct icmp6_hdr *, ip_recv_attr_t *);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c264 struct icmp6_hdr *icmp6; in check_reply6()
334 icmp6 = (struct icmp6_hdr *)buf; in check_reply6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c99 struct icmp6_hdr *icmp; in in_data()
143 icmp = (struct icmp6_hdr *)in_packet; in in_data()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c863 struct icmp6_hdr *icmp; in get_ra_info()
888 if ((hdrp + sizeof (struct icmp6_hdr)) > end) { in get_ra_info()
891 icmp = (struct icmp6_hdr *)hdrp; in get_ra_info()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c2324 if (len < sizeof (struct icmp6_hdr) + sizeof (struct in6_addr)) { in ndp_input()