Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dscanner.l273 icmp6 return ICMPV6;
441 icmp6-packettoobig { yylval->h = 2; return NUM; }
442 icmp6-timeexceeded { yylval->h = 3; return NUM; }
443 icmp6-parameterproblem { yylval->h = 4; return NUM; }
444 icmp6-echo { yylval->h = 128; return NUM; }
445 icmp6-echoreply { yylval->h = 129; return NUM; }
449 icmp6-routersolicit { yylval->h = 133; return NUM; }
450 icmp6-routeradvert { yylval->h = 134; return NUM; }
451 icmp6-neighborsolicit { yylval->h = 135; return NUM; }
453 icmp6-redirect { yylval->h = 137; return NUM; }
[all …]
/dragonfly/sys/netinet6/
H A Dicmp6.c253 struct icmp6_hdr *icmp6; in icmp6_error() local
372 icmp6->icmp6_type = type; in icmp6_error()
373 icmp6->icmp6_code = code; in icmp6_error()
432 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, sizeof(*icmp6)); in icmp6_input()
433 if (icmp6 == NULL) { in icmp6_input()
848 struct icmp6_hdr *icmp6; in icmp6_notify_error() local
865 if (icmp6 == NULL) { in icmp6_notify_error()
982 if (icmp6 == NULL) { in icmp6_notify_error()
1826 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, sizeof(*icmp6)); in icmp6_rip6_input()
1827 if (icmp6 == NULL) { in icmp6_rip6_input()
[all …]
H A Draw_ip6.c315 struct icmp6_hdr *icmp6; in rip6_output() local
321 icmp6 = mtod(m, struct icmp6_hdr *); in rip6_output()
322 type = icmp6->icmp6_type; in rip6_output()
323 code = icmp6->icmp6_code; in rip6_output()
H A Din6_proto.c413 SYSCTL_NODE(_net_inet6, IPPROTO_ICMPV6, icmp6, CTLFLAG_RW, 0, "ICMP6");
/dragonfly/contrib/dhcpcd/src/
H A Dprivsep-inet.c241 struct icmp6_hdr icmp6; in ps_inet_validnd() local
244 if (msg->msg_iovlen == 0 || iov->iov_len < sizeof(icmp6)) { in ps_inet_validnd()
249 memcpy(&icmp6, iov->iov_base, sizeof(icmp6)); in ps_inet_validnd()
250 switch(icmp6.icmp6_type) { in ps_inet_validnd()
/dragonfly/sys/net/ip6fw/
H A Dip6_fw.c204 icmp6type_match(struct icmp6_hdr *icmp6, struct ip6_fw *f) in icmp6type_match() argument
211 type = icmp6->icmp6_type; in icmp6type_match()
225 const struct icmp6_hdr *icmp6; in is_icmp6_query() local
228 icmp6 = (struct icmp6_hdr *)((caddr_t)ip6 + off); in is_icmp6_query()
229 icmp6_type = icmp6->icmp6_type; in is_icmp6_query()
363 struct icmp6_hdr *const icmp6 = (struct icmp6_hdr *) ((caddr_t) ip6+ off); in ip6fw_report() local
446 icmp6->icmp6_type, icmp6->icmp6_code); in ip6fw_report()
/dragonfly/usr.bin/systat/
H A DMakefile10 icmp.c mode.c ip.c tcp.c vmstat.c ip6.c icmp6.c vmmeter.c symbols.c \
/dragonfly/usr.sbin/tcpdump/
H A DMakefile32 print-icmp.c print-icmp6.c print-igmp.c print-igrp.c print-ip.c \
/dragonfly/sys/net/pf/
H A Dpf.c3760 hdrlen = sizeof(*pd->hdr.icmp6); in pf_test_rule()
3761 icmptype = pd->hdr.icmp6->icmp6_type; in pf_test_rule()
5194 icmpid = pd->hdr.icmp6->icmp6_id; in pf_test_state_icmp()
5267 &pd->hdr.icmp6->icmp6_cksum, in pf_test_state_icmp()
5273 &pd->hdr.icmp6->icmp6_cksum, in pf_test_state_icmp()
5278 pd->hdr.icmp6); in pf_test_state_icmp()
5518 pd->hdr.icmp6); in pf_test_state_icmp()
5588 pd->hdr.icmp6); in pf_test_state_icmp()
5700 pd->hdr.icmp6); in pf_test_state_icmp()
5754 pd->hdr.icmp6); in pf_test_state_icmp()
[all …]
H A Dpfvar.h1211 struct icmp6_hdr *icmp6; member
/dragonfly/etc/
H A Dprotocols69 ipv6-icmp 58 IPV6-ICMP icmp6 # ICMP for IPv6
/dragonfly/share/man/man4/
H A DMakefile121 icmp6.4 \
/dragonfly/sys/netinet/
H A Dtcp_subr.c1583 struct icmp6_hdr *icmp6 = ip6cp->ip6c_icmp6; in tcp6_ctlinput() local
1584 arg = ntohl(icmp6->icmp6_mtu); in tcp6_ctlinput()
/dragonfly/contrib/tcpdump/
H A DCHANGES863 print-chdlc.c, print-domain.c, print-icmp.c, print-icmp6.c,
/dragonfly/sys/conf/
H A Dfiles1833 netinet6/icmp6.c optional inet6