Searched refs:tunProtocol (Results 1 – 1 of 1) sorted by relevance
252 uint16_t tunProtocol = ntohs(readBuf.tunProtocolInfo.proto); in ProcessV4Packet() local253 if (tunProtocol != ETH_P_IP) { in ProcessV4Packet()254 NETNATIVE_LOGW("unknown packet type = 0x%{public}x", tunProtocol); in ProcessV4Packet()