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

/haiku/headers/posix/netinet/
H A Dicmp6.h74 uint8_t icmp6_type; /* type field */ member in struct:icmp6_hdr
196 #define mld_type mld_icmp6_hdr.icmp6_type
213 #define nd_rs_type nd_rs_hdr.icmp6_type
225 #define nd_ra_type nd_ra_hdr.icmp6_type
253 #define nd_ns_type nd_ns_hdr.icmp6_type
264 #define nd_na_type nd_na_hdr.icmp6_type
287 #define nd_rd_type nd_rd_hdr.icmp6_type
368 #define ni_type icmp6_ni_hdr.icmp6_type
448 #define rr_type rr_hdr.icmp6_type
/haiku/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp234 TRACE((" got type %u, code %u, checksum 0x%x\n", header.icmp6_type,
244 switch (header.icmp6_type) {
267 header->icmp6_type = ICMP6_ECHO_REPLY;
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp71 uint8 icmp6_type; member in struct:neighbor_discovery_header
85 uint8 icmp6_type; member in struct:router_advertisement_header
706 header.icmp6_type = ND_NEIGHBOR_ADVERT;
793 switch (icmp6Header->icmp6_type) {
938 header->icmp6_type = ND_NEIGHBOR_SOLICIT;
/haiku/src/bin/network/ping/
H A Dping6.c1347 icp->icmp6_type = ICMP6_NI_QUERY;
1364 icp->icmp6_type = ICMP6_NI_QUERY;
1379 icp->icmp6_type = ICMP6_NI_QUERY;
1396 icp->icmp6_type = ICMP6_NI_QUERY;
1410 icp->icmp6_type = ICMP6_ECHO_REQUEST;
1615 if (icp->icmp6_type == ICMP6_ECHO_REPLY && myechoreply(icp)) {
1684 } else if (icp->icmp6_type == ICMP6_NI_REPLY && mynireply(ni)) {
2330 switch (icp->icmp6_type) {
2543 (void)printf("Bad ICMP type: %d", icp->icmp6_type);

Completed in 57 milliseconds