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

  /bionic/libc/kernel/uapi/linux/
if_tunnel.h 85 IFLA_IPTUN_ENCAP_SPORT,
  /external/iproute2/include/uapi/linux/
if_tunnel.h 76 IFLA_IPTUN_ENCAP_SPORT,
  /external/kernel-headers/original/uapi/linux/
if_tunnel.h 76 IFLA_IPTUN_ENCAP_SPORT,
  /external/iproute2/ip/
link_iptnl.c 165 if (iptuninfo[IFLA_IPTUN_ENCAP_SPORT])
166 encapsport = rta_getattr_u16(iptuninfo[IFLA_IPTUN_ENCAP_SPORT]);
360 addattr16(n, 1024, IFLA_IPTUN_ENCAP_SPORT, htons(encapsport));
500 __u16 sport = rta_getattr_u16(tb[IFLA_IPTUN_ENCAP_SPORT]);
link_ip6tnl.c 325 addattr16(n, 1024, IFLA_IPTUN_ENCAP_SPORT, htons(encapsport));
476 __u16 sport = rta_getattr_u16(tb[IFLA_IPTUN_ENCAP_SPORT]);

Completed in 292 milliseconds