HomeSort by relevance Sort by last modified time
    Searched full:nxthdr (Results 1 - 2 of 2) sorted by null

  /external/android-clat/
ipv4.c 71 uint8_t nxthdr; local
111 nxthdr = header->protocol;
112 if (nxthdr == IPPROTO_ICMP) {
114 nxthdr = IPPROTO_ICMPV6;
121 fill_ip6_header(ip6_targ, 0, nxthdr, header);
127 if(nxthdr == IPPROTO_ICMPV6) {
129 } else if(nxthdr == IPPROTO_TCP) {
131 } else if(nxthdr == IPPROTO_UDP) {
ipv6.c 152 logcat_hexdump("ipv6/nxthdr", packet, len);

Completed in 2157 milliseconds