Home
last modified time | relevance | path

Searched refs:encapsulation (Results 1 – 25 of 3545) sorted by relevance

12345678910>>...142

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/CORBA/
H A DCdrEncapsCodecImpl.java142 return readAny(type, encapsulation); in decode()
147 BufferredCdrInput encapsulation; in createEncapsulation() local
152 encapsulation = input; in createEncapsulation()
156 encapsulation = input.read_encapsulation(); in createEncapsulation()
157 return encapsulation; in createEncapsulation()
174 that.write_value(encapsulation); in encode()
176 encapsulation.close(); in encode()
212 return readAny(type, encapsulation); in decode_value()
228 a.read_value(encapsulation, type); in readAny()
244 that.write_value(encapsulation); in encode_value()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/CORBA/
H A DCdrEncapsCodecImpl.java142 return readAny(type, encapsulation); in decode()
147 BufferredCdrInput encapsulation; in createEncapsulation() local
152 encapsulation = input; in createEncapsulation()
156 encapsulation = input.read_encapsulation(); in createEncapsulation()
157 return encapsulation; in createEncapsulation()
174 that.write_value(encapsulation); in encode()
176 encapsulation.close(); in encode()
212 return readAny(type, encapsulation); in decode_value()
228 a.read_value(encapsulation, type); in readAny()
244 that.write_value(encapsulation); in encode_value()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/CORBA/
H A DCdrEncapsCodecImpl.java142 return readAny(type, encapsulation); in decode()
147 BufferredCdrInput encapsulation; in createEncapsulation() local
152 encapsulation = input; in createEncapsulation()
156 encapsulation = input.read_encapsulation(); in createEncapsulation()
157 return encapsulation; in createEncapsulation()
174 that.write_value(encapsulation); in encode()
176 encapsulation.close(); in encode()
212 return readAny(type, encapsulation); in decode_value()
228 a.read_value(encapsulation, type); in readAny()
244 that.write_value(encapsulation); in encode_value()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/CORBA/
H A DCdrEncapsCodecImpl.java142 return readAny(type, encapsulation); in decode()
147 BufferredCdrInput encapsulation; in createEncapsulation() local
152 encapsulation = input; in createEncapsulation()
156 encapsulation = input.read_encapsulation(); in createEncapsulation()
157 return encapsulation; in createEncapsulation()
174 that.write_value(encapsulation); in encode()
176 encapsulation.close(); in encode()
212 return readAny(type, encapsulation); in decode_value()
228 a.read_value(encapsulation, type); in readAny()
244 that.write_value(encapsulation); in encode_value()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/CORBA/
H A DCdrEncapsCodecImpl.java142 return readAny(type, encapsulation); in decode()
147 BufferredCdrInput encapsulation; in createEncapsulation() local
152 encapsulation = input; in createEncapsulation()
156 encapsulation = input.read_encapsulation(); in createEncapsulation()
157 return encapsulation; in createEncapsulation()
174 that.write_value(encapsulation); in encode()
176 encapsulation.close(); in encode()
212 return readAny(type, encapsulation); in decode_value()
228 a.read_value(encapsulation, type); in readAny()
244 that.write_value(encapsulation); in encode_value()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/CORBA/
H A DCdrEncapsCodecImpl.java142 return readAny(type, encapsulation); in decode()
147 BufferredCdrInput encapsulation; in createEncapsulation() local
152 encapsulation = input; in createEncapsulation()
156 encapsulation = input.read_encapsulation(); in createEncapsulation()
157 return encapsulation; in createEncapsulation()
174 that.write_value(encapsulation); in encode()
176 encapsulation.close(); in encode()
212 return readAny(type, encapsulation); in decode_value()
228 a.read_value(encapsulation, type); in readAny()
244 that.write_value(encapsulation); in encode_value()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/cloudengine/
H A Dce_vxlan_vap.py541 self.encapsulation, self.ce_vid))
637 if not self.encapsulation:
641 if self.encapsulation in ["default", "untag"]:
657 elif self.encapsulation == "none":
665 elif self.encapsulation == "dot1q":
668 elif self.encapsulation == "qinq":
794 if not self.encapsulation or self.encapsulation not in ["dot1q", "qinq"]:
803 if not self.encapsulation or self.encapsulation != "qinq":
819 if self.encapsulation:
837 if self.encapsulation and self.l2_sub_interface:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dce_vxlan_vap.py539 self.encapsulation, self.ce_vid))
635 if not self.encapsulation:
639 if self.encapsulation in ["default", "untag"]:
655 elif self.encapsulation == "none":
663 elif self.encapsulation == "dot1q":
666 elif self.encapsulation == "qinq":
792 if not self.encapsulation or self.encapsulation not in ["dot1q", "qinq"]:
801 if not self.encapsulation or self.encapsulation != "qinq":
817 if self.encapsulation:
835 if self.encapsulation and self.l2_sub_interface:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/cloudengine/
H A Dce_vxlan_vap.py539 self.encapsulation, self.ce_vid))
635 if not self.encapsulation:
639 if self.encapsulation in ["default", "untag"]:
655 elif self.encapsulation == "none":
663 elif self.encapsulation == "dot1q":
666 elif self.encapsulation == "qinq":
792 if not self.encapsulation or self.encapsulation not in ["dot1q", "qinq"]:
801 if not self.encapsulation or self.encapsulation != "qinq":
817 if self.encapsulation:
835 if self.encapsulation and self.l2_sub_interface:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_l2_interfaces/vars/
H A Dmain.yaml12 - switchport trunk encapsulation dot1q
30 encapsulation: dot1q
52 encapsulation: dot1q
70 encapsulation: dot1q
93 encapsulation: dot1q
110 encapsulation: dot1q
132 encapsulation: isl
146 encapsulation: dot1q
156 - no switchport trunk encapsulation
175 encapsulation: dot1q
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/junose/
H A DjuniAutoconf.mi293 time range that the encapsulation type will be locked-out from
95 the encapsulation type."
107 the encapsulation type."
168 the duration of the lockout of the encapsulation type from
172 The ability to lockout the specified encapsulation type from
176 each failure that occurs for the specified encapsulation type
179 encapsulation type will not exceed juniAutoConfLockoutMax. If the
180 time between creation errors for the specified encapsulation type
199 the duration of the lockout of the encapsulation type from
204 The ability to lockout the specified encapsulation type from
[all …]
H A DjuniProfile.mi258 report assignments of profiles to interface/encapsulation pairs."
97 assignment per encapsulation."
213 -- Assign profile to interface/encapsulation pair.
224 encapsulation) above a specified interface.
261 encapsulation it supports.
287 -- Profile-to-interface/encapsulation mappings.
344 -- Assign profile to interface/encapsulation/range 3-tuple.
397 encapsulation it supports.
414 multiple profile assignments per encapsulation."
437 -- Profile-to-interface/encapsulation/range mappings.
[all …]
/dports/net-mgmt/observium/observium/mibs/junose/
H A DJuniper-AUTOCONFIGURE-MIB93 time range that the encapsulation type will be locked-out from
95 the encapsulation type."
107 the encapsulation type."
168 the duration of the lockout of the encapsulation type from
172 The ability to lockout the specified encapsulation type from
176 each failure that occurs for the specified encapsulation type
179 encapsulation type will not exceed juniAutoConfLockoutMax. If the
180 time between creation errors for the specified encapsulation type
199 the duration of the lockout of the encapsulation type from
204 The ability to lockout the specified encapsulation type from
[all …]
H A DJuniper-PROFILE-MIB58 report assignments of profiles to interface/encapsulation pairs."
97 assignment per encapsulation."
213 -- Assign profile to interface/encapsulation pair.
224 encapsulation) above a specified interface.
261 encapsulation it supports.
287 -- Profile-to-interface/encapsulation mappings.
344 -- Assign profile to interface/encapsulation/range 3-tuple.
397 encapsulation it supports.
414 multiple profile assignments per encapsulation."
437 -- Profile-to-interface/encapsulation/range mappings.
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_l2_interfaces/vars/
H A Dmain.yaml9 - encapsulation dot1q 20 second-dot1q 40
17 encapsulation:
29 encapsulation:
46 encapsulation:
62 encapsulation:
73 - encapsulation dot1q 20 second-dot1q 40
76 encapsulation:
91 encapsulation:
102 - no encapsulation dot1q
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/ios_l2_interfaces/vars/
H A Dmain.yaml12 - "switchport trunk encapsulation dot1q"
27 encapsulation: dot1q
44 encapsulation: dot1q
65 encapsulation: dot1q
82 encapsulation: dot1q
93 - "switchport trunk encapsulation isl"
105 encapsulation: isl
119 encapsulation: dot1q
129 - "no switchport trunk encapsulation"
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/lib/libdvbapi/
H A Ddvbnet.c47 int dvbnet_add_interface(int fd, uint16_t pid, enum dvbnet_encap encapsulation) in dvbnet_add_interface() argument
55 switch(encapsulation) { in dvbnet_add_interface()
74 int dvbnet_get_interface(int fd, int ifnum, uint16_t *pid, enum dvbnet_encap *encapsulation) in dvbnet_get_interface() argument
88 *encapsulation = DVBNET_ENCAP_MPE; in dvbnet_get_interface()
92 *encapsulation = DVBNET_ENCAP_ULE; in dvbnet_get_interface()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/unit/modules/network/ios/
H A Dtest_ios_l2_interfaces.py91 encapsulation="isl",
132 encapsulation="dot1q",
170 encapsulation="dot1q",
187 encapsulation="isl",
221 encapsulation="dot1q",
264 encapsulation="dot1q",
325 encapsulation="dot1q",
368 encapsulation="dot1q",
444 encapsulation="isl",
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/pem-rfc7468-0.2.4/src/
H A Ddecoder.rs29 let encapsulation = Encapsulation::try_from(pem)?;
30 let label = encapsulation.label();
31 let decoded_bytes = encapsulation.decode(buf)?;
40 let encapsulation = Encapsulation::try_from(pem)?;
41 let label = encapsulation.label();
44 let max_len = encapsulation.encapsulated_text.len() * 3 / 4;
47 let decoded_len = encapsulation.decode(&mut result)?.len();
/dports/net-mgmt/observium/observium/mibs/redback/
H A DRBN-PVC-MIB145 route1490(4), -- Routed 1490 encapsulation
146 l2tp(5), -- l2tp encapsulation
147 l2tpVcMuxed(6), -- vc-muxed l2tp encapsulation
148 ppp(7), -- PPP encapsulation
159 "The encapsulation types supported by ATM."
161 unknown(0), -- unknown encapsulation
165 route1483(4), -- Routed 1483 encapsulation
166 l2tp(5), -- l2tp encapsulation
168 ppp(7), -- PPP encapsulation
301 "The encapsulation to use with the PVC."
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/l2_interfaces/
H A Dl2_interfaces.py305 encapsulation = diff.get("encapsulation")
347 if encapsulation:
348 encapsulation = dict(encapsulation)
349 if encapsulation.get("dot1q"):
350 if encapsulation.get("second_dot1q"):
352 encapsulation.get("dot1q"),
353 encapsulation.get("second_dot1q"),
357 encapsulation.get("dot1q")
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/h3c/
H A Dhh3c-tunnel.mib58 gre(3), -- GRE encapsulation
60 l2tp(5), -- L2TP encapsulation
61 pptp(6), -- PPTP encapsulation
62 l2f(7), -- L2F encapsulation
63 udp(8), -- UDP encapsulation
64 atmp(9), -- ATMP encapsulation
65 msdp(10), -- MSDP encapsulation
66 sixToFour(11), -- 6to4 encapsulation
67 sixOverFour(12), -- 6over4 encapsulation
129 "The encapsulation method used by the tunnel.
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/3com/
H A Da3com-huawei-tunnel.mib59 gre(3), -- GRE encapsulation
61 l2tp(5), -- L2TP encapsulation
62 pptp(6), -- PPTP encapsulation
63 l2f(7), -- L2F encapsulation
64 udp(8), -- UDP encapsulation
65 atmp(9), -- ATMP encapsulation
66 msdp(10), -- MSDP encapsulation
67 sixToFour(11), -- 6to4 encapsulation
68 sixOverFour(12), -- 6over4 encapsulation
130 "The encapsulation method used by the tunnel.
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/huawei/
H A Dh3c-tunnel.mib59 gre(3), -- GRE encapsulation
61 l2tp(5), -- L2TP encapsulation
62 pptp(6), -- PPTP encapsulation
63 l2f(7), -- L2F encapsulation
64 udp(8), -- UDP encapsulation
65 atmp(9), -- ATMP encapsulation
66 msdp(10), -- MSDP encapsulation
67 sixToFour(11), -- 6to4 encapsulation
68 sixOverFour(12), -- 6over4 encapsulation
130 "The encapsulation method used by the tunnel.
[all …]
/dports/net-mgmt/observium/observium/mibs/a3com/
H A DA3COM-HUAWEI-TUNNEL-MIB59 gre(3), -- GRE encapsulation
61 l2tp(5), -- L2TP encapsulation
62 pptp(6), -- PPTP encapsulation
63 l2f(7), -- L2F encapsulation
64 udp(8), -- UDP encapsulation
65 atmp(9), -- ATMP encapsulation
66 msdp(10), -- MSDP encapsulation
67 sixToFour(11), -- 6to4 encapsulation
68 sixOverFour(12), -- 6over4 encapsulation
130 "The encapsulation method used by the tunnel.
[all …]

12345678910>>...142