Home
last modified time | relevance | path

Searched refs:eth_ipv6 (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Wan.cpp6072 struct ethhdr *eth_ipv6; in add_dummy_rx_hdr() local
6135 eth_ipv6 = (struct ethhdr *) (ipv6_hdr->hdr +2); in add_dummy_rx_hdr()
6136 memcpy(eth_ipv6->h_dest, netdev_mac, ETH_ALEN); in add_dummy_rx_hdr()
6137 memcpy(eth_ipv6->h_source, ext_router_mac_addr, ETH_ALEN); in add_dummy_rx_hdr()
6138 eth_ipv6->h_proto = htons(ETH_P_IPV6); in add_dummy_rx_hdr()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Wan.cpp7170 struct ethhdr *eth_ipv6; in add_dummy_rx_hdr() local
7233 eth_ipv6 = (struct ethhdr *) (ipv6_hdr->hdr +2); in add_dummy_rx_hdr()
7234 memcpy(eth_ipv6->h_dest, netdev_mac, ETH_ALEN); in add_dummy_rx_hdr()
7235 memcpy(eth_ipv6->h_source, ext_router_mac_addr, ETH_ALEN); in add_dummy_rx_hdr()
7236 eth_ipv6->h_proto = htons(ETH_P_IPV6); in add_dummy_rx_hdr()