HomeSort by: relevance | last modified time | path
    Searched defs:ip6h (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/xen/xen/
xennet_checksum.c 80 struct ip6_hdr *ip6h = NULL; local in function:xennet_checksum_fill
123 ip6h = m_extract(m, ehlen, sizeof(*ip6h));
124 if (ip6h == NULL) {
128 if ((ip6h->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
132 nxt = ip6h->ip6_nxt;
133 iphlen = sizeof(*ip6h);
134 iplen = ntohs(ip6h->ip6_plen);
  /src/sys/net/
if_mpls.c 670 struct ip6_hdr ip6h; local in function:mpls_label_inet6
678 m_copydata(m, offset, sizeof(struct ip6_hdr), &ip6h);
681 ms->shim.ttl = ip6h.ip6_hlim;
684 ms->shim.exp = ip6h.ip6_vfc << 1 >> 5;
  /src/sys/netinet/
sctp_output.c 2281 struct ip6_hdr *ip6h; local in function:sctp_lowlevel_chunk_output
2296 ip6h = mtod(m, struct ip6_hdr *);
2343 ip6h->ip6_flow = htonl(((tosTop << 24) | ((tosBottom|flowTop) << 16) | flowBottom));
2344 ip6h->ip6_nxt = IPPROTO_SCTP;
2345 ip6h->ip6_plen = m->m_pkthdr.len;
2346 ip6h->ip6_dst = sin6->sin6_addr;
2413 ip6h->ip6_src = lsa6->sin6_addr;
2419 ip6h->ip6_hlim = in6pcb_selecthlim(&inp->ip_inp.inp,
2428 sin6->sin6_addr = ip6h->ip6_dst;
2429 lsa6->sin6_addr = ip6h->ip6_src
3134 struct ip6_hdr *ip6h; local in function:sctp_are_there_new_addresses
8515 struct ip6_hdr *ip6h; local in function:sctp_send_packet_dropped
    [all...]

Completed in 47 milliseconds