Searched refs:icmp6_type (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dmld.h13 #define mld_type mld_hdr.icmp6_type
34 #define mld2r_type mld2r_hdr.icmp6_type
60 #define mld2q_type mld2q_hdr.icmp6_type
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dicmp6.h73 u_int8_t icmp6_type; /* type field */ member in struct:icmp6_hdr
175 #define mld6_type mld6_hdr.icmp6_type
193 #define nd_rs_type nd_rs_hdr.icmp6_type
205 #define nd_ra_type nd_ra_hdr.icmp6_type
233 #define nd_ns_type nd_ns_hdr.icmp6_type
244 #define nd_na_type nd_na_hdr.icmp6_type
260 #define nd_rd_type nd_rd_hdr.icmp6_type
376 #define ni_type icmp6_ni_hdr.icmp6_type
424 #define rr_type rr_hdr.icmp6_type
H A Dprint-icmp6.c337 printf("ICMP6, %s", tok2str(icmp6_type_values,"unknown icmp6 type (%u)",dp->icmp6_type));
340 if (vflag && (dp->icmp6_type == ND_ROUTER_SOLICIT ||
341 dp->icmp6_type == ND_ROUTER_ADVERT ||
342 dp->icmp6_type == ND_NEIGHBOR_ADVERT ||
343 dp->icmp6_type == ND_NEIGHBOR_SOLICIT ||
344 dp->icmp6_type == ND_REDIRECT ||
345 dp->icmp6_type == ICMP6_HADISCOV_REPLY ||
346 dp->icmp6_type == ICMP6_MOBILEPREFIX_ADVERT ))
349 switch (dp->icmp6_type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dprocess.c55 if (icmph->icmp6_type != ND_ROUTER_SOLICIT &&
56 icmph->icmp6_type != ND_ROUTER_ADVERT)
66 if (icmph->icmp6_type == ND_ROUTER_ADVERT)
80 if (icmph->icmp6_type == ND_ROUTER_SOLICIT)
131 if (icmph->icmp6_type == ND_ROUTER_SOLICIT)
135 else if (icmph->icmp6_type == ND_ROUTER_ADVERT)
H A Dradvdump.c116 if (icmph->icmp6_type != ND_ROUTER_SOLICIT &&
117 icmph->icmp6_type != ND_ROUTER_ADVERT)
129 if (icmph->icmp6_type == ND_ROUTER_SOLICIT)
133 else if (icmph->icmp6_type == ND_ROUTER_ADVERT)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dprocess.c55 if (icmph->icmp6_type != ND_ROUTER_SOLICIT &&
56 icmph->icmp6_type != ND_ROUTER_ADVERT)
66 if (icmph->icmp6_type == ND_ROUTER_ADVERT)
80 if (icmph->icmp6_type == ND_ROUTER_SOLICIT)
131 if (icmph->icmp6_type == ND_ROUTER_SOLICIT)
135 else if (icmph->icmp6_type == ND_ROUTER_ADVERT)
H A Dradvdump.c116 if (icmph->icmp6_type != ND_ROUTER_SOLICIT &&
117 icmph->icmp6_type != ND_ROUTER_ADVERT)
129 if (icmph->icmp6_type == ND_ROUTER_SOLICIT)
133 else if (icmph->icmp6_type == ND_ROUTER_ADVERT)
/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dbcmipv6.h84 uint8 icmp6_type; member in struct:icmp6_hdr
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dping.c147 pkt->icmp6_type = ICMP6_ECHO_REQUEST;
169 if (pkt->icmp6_type == ICMP6_ECHO_REPLY)
389 pkt->icmp6_type = ICMP6_ECHO_REQUEST;
535 if (icmppkt->icmp6_type == ICMP6_ECHO_REPLY) {
557 } else if (icmppkt->icmp6_type != ICMP6_ECHO_REQUEST) {
559 icmppkt->icmp6_type,
560 icmp6_type_name(icmppkt->icmp6_type));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dnf_conntrack_proto_icmpv6.c42 tuple->dst.u.icmp.type = hp->icmp6_type;
208 type = icmp6h->icmp6_type - 130;
218 if (icmp6h->icmp6_type >= 128)
H A Dip6t_LOG.c320 printk("TYPE=%u CODE=%u ", ic->icmp6_type, ic->icmp6_code);
322 switch (ic->icmp6_type) {
351 if (ic->icmp6_type == ICMPV6_PKT_TOOBIG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/
H A Dip6_misc.h101 #define nd_rd_type nd_rd_hdr.icmp6_type
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping6.c606 icmph.icmp6_type != ICMPV6_ECHO_REQUEST ||
647 icmph->icmp6_type = ICMPV6_ECHO_REQUEST;
721 if (icmph->icmp6_type == ICMPV6_ECHO_REPLY) {
753 if (icmph1->icmp6_type != ICMPV6_ECHO_REQUEST ||
771 pr_icmph(icmph->icmp6_type, icmph->icmp6_code, ntohl(icmph->icmp6_mtu));
H A Dtraceroute6.c735 type = icp->icmp6_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_ipv6.c69 .icmp6_type = NDISC_NEIGHBOUR_ADVERTISEMENT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dicmpv6.h9 __u8 icmp6_type; member in struct:icmp6hdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_core.c809 ic->icmp6_type, ntohs(icmpv6_id(ic)),
819 if ((ic->icmp6_type != ICMPV6_DEST_UNREACH) &&
820 (ic->icmp6_type != ICMPV6_PKT_TOOBIG) &&
821 (ic->icmp6_type != ICMPV6_TIME_EXCEED)) {
1201 ic->icmp6_type, ntohs(icmpv6_id(ic)),
1211 if ((ic->icmp6_type != ICMPV6_DEST_UNREACH) &&
1212 (ic->icmp6_type != ICMPV6_PKT_TOOBIG) &&
1213 (ic->icmp6_type != ICMPV6_TIME_EXCEED)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Drtadv.c355 if (icmph->icmp6_type != ND_ROUTER_SOLICIT &&
356 icmph->icmp6_type != ND_ROUTER_ADVERT)
358 zlog_warn ("Unwanted ICMPV6 message type: %d", icmph->icmp6_type);
371 if (icmph->icmp6_type == ND_ROUTER_SOLICIT)
373 else if (icmph->icmp6_type == ND_ROUTER_ADVERT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dicmp.c148 ptr+offsetof(struct icmp6hdr, icmp6_type),
396 tmp_hdr.icmp6_type = type;
519 tmp_hdr.icmp6_type = ICMPV6_ECHO_REPLY;
679 type = hdr->icmp6_type;
H A Dip6_input.c301 switch (icmp6->icmp6_type) {
H A Dndisc.c518 type = icmp6h->icmp6_type;
587 .icmp6_type = NDISC_NEIGHBOUR_ADVERTISEMENT,
634 .icmp6_type = NDISC_NEIGHBOUR_SOLICITATION,
660 .icmp6_type = NDISC_ROUTER_SOLICITATION,
1113 ndmsg->nduseropt_icmp_type = icmp6h->icmp6_type;
1605 icmph->icmp6_type = NDISC_REDIRECT;
1698 switch (msg->icmph.icmp6_type) {
H A Dip6_output.c359 switch (icmp6->icmp6_type) {
1511 ICMP6MSGOUT_INC_STATS_BH(net, idev, icmp6_hdr(skb)->icmp6_type);
H A Ddatagram.c225 serr->ee.ee_type = icmph->icmp6_type;
H A Draw.c118 bit_nr = icmph->icmp6_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_multicast.c1482 switch (icmp6h->icmp6_type) {
1515 switch (icmp6h->icmp6_type) {

Completed in 189 milliseconds

12