Home
last modified time | relevance | path

Searched refs:encapdport (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/ip/
Dlink_iptnl.c106 __u16 encapdport = 0; in iptunnel_parse_opt() local
168 encapdport = rta_getattr_u16(iptuninfo[IFLA_IPTUN_ENCAP_DPORT]); in iptunnel_parse_opt()
291 if (get_u16(&encapdport, *argv, 0)) in iptunnel_parse_opt()
361 addattr16(n, 1024, IFLA_IPTUN_ENCAP_DPORT, htons(encapdport)); in iptunnel_parse_opt()
Dlink_gre.c96 __u16 encapdport = 0; in gre_parse_opt() local
166 encapdport = rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_DPORT]); in gre_parse_opt()
309 if (get_u16(&encapdport, *argv, 0)) in gre_parse_opt()
382 addattr16(n, 1024, IFLA_GRE_ENCAP_DPORT, htons(encapdport)); in gre_parse_opt()
Dlink_gre6.c106 __u16 encapdport = 0; in gre_parse_opt() local
179 encapdport = rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_DPORT]); in gre_parse_opt()
336 if (get_u16(&encapdport, *argv, 0)) in gre_parse_opt()
394 addattr16(n, 1024, IFLA_GRE_ENCAP_DPORT, htons(encapdport)); in gre_parse_opt()
Dlink_ip6tnl.c101 __u16 encapdport = 0; in ip6tunnel_parse_opt() local
288 if (get_u16(&encapdport, *argv, 0)) in ip6tunnel_parse_opt()
326 addattr16(n, 1024, IFLA_IPTUN_ENCAP_DPORT, htons(encapdport)); in ip6tunnel_parse_opt()