Searched refs:ip6 (Results 1 - 8 of 8) sorted by relevance

/haiku/src/bin/network/ping/
H A Dping6.c102 #include <netinet/ip6.h>
2552 pr_iph(struct ip6_hdr *ip6) argument
2554 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK;
2558 tc = *(&ip6->ip6_vfc + 1); /* XXX */
2560 tc |= (ip6->ip6_vfc << 4);
2564 (ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
2565 ntohs(ip6->ip6_plen), ip6->ip6_nxt, ip6->ip6_hlim);
2566 if (!inet_ntop(AF_INET6, &ip6
2603 pr_retip(struct ip6_hdr *ip6, u_char *end) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.h77 #include <netinet/ip6.h>
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.h89 #include <netinet/ip6.h>
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_output.c56 #include <netinet/ip6.h>
444 struct ip6_hdr ip6; local
446 m_copydata(m, sizeof(eh), sizeof(ip6), (caddr_t)&ip6);
447 flowlabel = ntohl(ip6.ip6_flow);
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c81 #include <netinet/ip6.h>
3365 struct ip6_hdr *ip6 = (struct ip6_hdr *)(m->m_data + pi->ipi_ehdrlen); local
3374 th = (struct tcphdr *)((caddr_t)ip6 + pi->ipi_ip_hlen);
3377 pi->ipi_ipproto = ip6->ip6_nxt;
3393 if (__predict_false(ip6->ip6_nxt != IPPROTO_TCP))
3399 th->th_sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp32 #include <netinet/ip6.h>
/haiku/src/bin/network/telnet/
H A Dcommands.c77 #include <netinet/ip6.h>
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c75 #include <netinet/ip6.h>

Completed in 131 milliseconds