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

  /bionic/libc/kernel/uapi/linux/
if_tunnel.h 139 IFLA_GRE_ENCAP_SPORT,
  /external/iproute2/include/linux/
if_tunnel.h 113 IFLA_GRE_ENCAP_SPORT,
  /external/kernel-headers/original/uapi/linux/
if_tunnel.h 113 IFLA_GRE_ENCAP_SPORT,
  /external/iproute2/ip/
link_gre.c 148 if (greinfo[IFLA_GRE_ENCAP_SPORT])
149 encapsport = rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_SPORT]);
332 addattr16(n, 1024, IFLA_GRE_ENCAP_SPORT, htons(encapsport));
431 __u16 sport = rta_getattr_u16(tb[IFLA_GRE_ENCAP_SPORT]);

Completed in 36 milliseconds