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

  /bionic/libc/kernel/uapi/linux/
if_tunnel.h 82 IFLA_IPTUN_ENCAP_SPORT,
  /external/iproute2/include/linux/
if_tunnel.h 58 IFLA_IPTUN_ENCAP_SPORT,
  /external/kernel-headers/original/uapi/linux/
if_tunnel.h 58 IFLA_IPTUN_ENCAP_SPORT,
  /external/iproute2/ip/
link_iptnl.c 148 if (iptuninfo[IFLA_IPTUN_ENCAP_SPORT])
149 encapsport = rta_getattr_u16(iptuninfo[IFLA_IPTUN_ENCAP_SPORT]);
303 addattr16(n, 1024, IFLA_IPTUN_ENCAP_SPORT, htons(encapsport));
413 __u16 sport = rta_getattr_u16(tb[IFLA_IPTUN_ENCAP_SPORT]);

Completed in 66 milliseconds