Searched refs:encap (Results 1 – 11 of 11) sorted by relevance
/third_party/iptables/extensions/ |
D | libebt_vlan.t | 6 -p 802_1Q --vlan-encap ip;-p 802_1Q --vlan-encap 0800 -j CONTINUE;OK 7 -p 802_1Q --vlan-encap 0800 ;=;OK 8 -p 802_1Q --vlan-encap ! 0800 ;=;OK 9 -p 802_1Q --vlan-encap IPv6 ! --vlan-id 1;-p 802_1Q --vlan-id ! 1 --vlan-encap 86DD -j CONTINUE;OK 10 -p 802_1Q --vlan-id ! 1 --vlan-encap 86DD;=;OK 11 --vlan-encap ip;=;FAIL
|
D | libebt_vlan.c | 87 local.encap = strtoul(optarg, &end, 16); in brvlan_parse() 92 local.encap = ethent->e_ethertype; in brvlan_parse() 94 if (local.encap < ETH_ZLEN) in brvlan_parse() 96 vlaninfo->encap = htons(local.encap); in brvlan_parse() 119 printf("%4.4X ", ntohs(vlaninfo->encap)); in brvlan_print() 135 …vlan type %s0x%4.4x ", (vlaninfo->invflags & EBT_VLAN_ENCAP) ? "!= " : "", ntohs(vlaninfo->encap)); in brvlan_xlate()
|
D | libebt_vlan.txlate | 7 ebtables-translate -A INPUT -p 802_1Q --vlan-encap ip 10 ebtables-translate -A INPUT -p 802_1Q --vlan-encap ipv6 ! --vlan-id 1
|
/third_party/libnl/lib/route/ |
D | nexthop_encap.c | 43 struct nlattr *encap; in nh_encap_build_msg() local 53 encap = nla_nest_start(msg, RTA_ENCAP); in nh_encap_build_msg() 54 if (!encap) in nh_encap_build_msg() 61 nla_nest_end(msg, encap); in nh_encap_build_msg() 69 int nh_encap_parse_msg(struct nlattr *encap, struct nlattr *encap_type, in nh_encap_parse_msg() argument 89 return lwtunnel_encap_types[e_type].ops->parse_msg(encap, rtnh); in nh_encap_parse_msg()
|
/third_party/libnl/lib/xfrm/ |
D | sa.c | 117 if (sa->encap) { in xfrm_sa_free_data() 118 if (sa->encap->encap_oa) in xfrm_sa_free_data() 119 nl_addr_put(sa->encap->encap_oa); in xfrm_sa_free_data() 120 free(sa->encap); in xfrm_sa_free_data() 184 if (src->encap) in xfrm_sa_clone() 187 if ((dst->encap = calloc (1, len)) == NULL) in xfrm_sa_clone() 189 memcpy ((void *)dst->encap, (void *)src->encap, len); in xfrm_sa_clone() 253 diff |= XFRM_SA_DIFF(ENCAP,((a->encap->encap_type != b->encap->encap_type) || in xfrm_sa_compare() 254 (a->encap->encap_sport != b->encap->encap_sport) || in xfrm_sa_compare() 255 (a->encap->encap_dport != b->encap->encap_dport) || in xfrm_sa_compare() [all …]
|
/third_party/libnl/include/netlink-private/route/ |
D | nexthop-encap.h | 23 int nh_encap_parse_msg(struct nlattr *encap, struct nlattr *encap_type,
|
/third_party/ltp/testcases/network/mpls/ |
D | mpls02.sh | 32 ROD ip route add $ip_rmt/$mask encap mpls 50 via inet$TST_IPV6 $(tst_ipaddr rhost)
|
D | mpls_lib.sh | 62 ROD ip route add $ip_rmt/$mask encap mpls $label dev ltp_v0
|
/third_party/libwebsockets/lib/roles/ws/ |
D | ops-ws.c | 1854 struct lws *encap = lws_get_network_wsi(wsi); in rops_write_role_protocol_ws() local 1856 assert(encap != wsi); in rops_write_role_protocol_ws() 1858 return lws_rops_func_fidx(encap->role_ops, in rops_write_role_protocol_ws()
|
/third_party/libnl/ |
D | Makefile.am | 268 include/netlink-private/route/nexthop-encap.h \
|
/third_party/libnl/include/netlink-private/ |
D | types.h | 1259 struct xfrmnl_encap_tmpl* encap; member
|