HomeSort by relevance Sort by last modified time
    Searched refs:IFLA_GRE_ENCAP_DPORT (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
if_tunnel.h 140 IFLA_GRE_ENCAP_DPORT,
  /external/iproute2/include/linux/
if_tunnel.h 114 IFLA_GRE_ENCAP_DPORT,
  /external/kernel-headers/original/uapi/linux/
if_tunnel.h 114 IFLA_GRE_ENCAP_DPORT,
  /external/iproute2/ip/
link_gre.c 150 if (greinfo[IFLA_GRE_ENCAP_DPORT])
151 encapdport = rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_DPORT]);
333 addattr16(n, 1024, IFLA_GRE_ENCAP_DPORT, htons(encapdport));
432 __u16 dport = rta_getattr_u16(tb[IFLA_GRE_ENCAP_DPORT]);

Completed in 2084 milliseconds