Home
last modified time | relevance | path

Searched refs:encap (Results 1 – 21 of 21) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcpcd-definitions.conf150 define 99 encap geoconf_civic
179 define 122 encap tsp
180 encap 1 ipaddress dhcp_server
181 encap 2 ipaddress dhcp_secondary_server
182 encap 3 rfc3361 provisioning_server
183 encap 4 embed as_req_as_rep_backoff
187 encap 5 embed ap_req_ap_rep_backoff
191 encap 6 domain kerberos_realm
192 encap 7 byte ticket_granting_server_utilization
193 encap 8 byte provisioning_timer
[all …]
/external/tcpdump/tests/
Disakmp4.out7 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 1 I ident[E]
8 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 1 R ident[E]
9 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I oakley-quick[E]
10 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R oakley-quick[E]
11 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I oakley-quick[E]
12 IP 192.1.2.254.4500 > 192.1.2.23.4500: UDP-encap: ESP(spi=0xf4dc0ae5,seq=0x1), length 132
15 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R oakley-quick[E]
16 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I oakley-quick[E]
17 IP 192.1.2.254.4500 > 192.1.2.23.4500: UDP-encap: ESP(spi=0xf4dc0ae5,seq=0x2), length 132
19 IP 192.1.2.254.4500 > 192.1.2.23.4500: UDP-encap: ESP(spi=0xf4dc0ae5,seq=0x3), length 132
[all …]
Despudp1.out1 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x1), length 116
2 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x2), length 116: ip-proto…
3 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x3), length 116: PIMv13, l…
4 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x4), length 116
5 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x5), length 116
6 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x6), length 116: ip-proto…
7 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x7), length 116: ip-proto…
8 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x8), length 116: ip-proto…
/external/iproute2/ip/
Diproute_lwtunnel.c58 static void print_encap_mpls(FILE *fp, struct rtattr *encap) in print_encap_mpls() argument
63 parse_rtattr_nested(tb, MPLS_IPTUNNEL_MAX, encap); in print_encap_mpls()
72 static void print_encap_ip(FILE *fp, struct rtattr *encap) in print_encap_ip() argument
77 parse_rtattr_nested(tb, LWTUNNEL_IP_MAX, encap); in print_encap_ip()
103 static void print_encap_ila(FILE *fp, struct rtattr *encap) in print_encap_ila() argument
107 parse_rtattr_nested(tb, ILA_ATTR_MAX, encap); in print_encap_ila()
118 static void print_encap_ip6(FILE *fp, struct rtattr *encap) in print_encap_ip6() argument
123 parse_rtattr_nested(tb, LWTUNNEL_IP6_MAX, encap); in print_encap_ip6()
150 struct rtattr *encap) in lwt_print_encap()
163 print_encap_mpls(fp, encap); in lwt_print_encap()
[all …]
Dipl2tp.c47 enum l2tp_encap_type encap; member
107 addattr16(&req.n, 1024, L2TP_ATTR_ENCAP_TYPE, p->encap); in create_tunnel()
117 if (p->encap == L2TP_ENCAPTYPE_UDP) { in create_tunnel()
206 p->encap == L2TP_ENCAPTYPE_UDP ? "UDP" : in print_tunnel()
207 p->encap == L2TP_ENCAPTYPE_IP ? "IP" : "??"); in print_tunnel()
213 if (p->encap == L2TP_ENCAPTYPE_UDP) in print_tunnel()
266 p->encap = rta_getattr_u16(attrs[L2TP_ATTR_ENCAP_TYPE]); in get_response()
508 p->encap = L2TP_ENCAPTYPE_IP; in parse_args()
510 p->encap = L2TP_ENCAPTYPE_UDP; in parse_args()
659 if (p.encap == L2TP_ENCAPTYPE_UDP) { in do_add()
Dxfrm_state.c357 struct xfrm_encap_tmpl encap; in xfrm_state_modify() local
360 xfrm_encap_type_parse(&encap.encap_type, &argc, &argv); in xfrm_state_modify()
362 if (get_u16(&encap.encap_sport, *argv, 0)) in xfrm_state_modify()
364 encap.encap_sport = htons(encap.encap_sport); in xfrm_state_modify()
366 if (get_u16(&encap.encap_dport, *argv, 0)) in xfrm_state_modify()
368 encap.encap_dport = htons(encap.encap_dport); in xfrm_state_modify()
371 memcpy(&encap.encap_oa, &oa.data, sizeof(encap.encap_oa)); in xfrm_state_modify()
373 (void *)&encap, sizeof(encap)); in xfrm_state_modify()
Diproute_lwtunnel.h6 struct rtattr *encap);
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debt_vlan.h15 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */ member
/external/dnsmasq/src/
Drfc2131.c114 static void do_encap_opts(struct dhcp_opt *opts, int encap, int flag, struct dhcp_packet *mess, uns…
1793 static void do_encap_opts(struct dhcp_opt *opt, int encap, int flag, in do_encap_opts() argument
1809 p = free_space(mess, end, encap, enc_len); in do_encap_opts()
1824 (p = free_space(mess, end, encap, enc_len + 1))) in do_encap_opts()
2287 if ((o->flags & DHOPT_ENCAPSULATE) && opt->u.encap == o->u.encap) in do_options()
2291 (o->flags & DHOPT_FORCE || in_list(req_options, o->u.encap))) in do_options()
2300 do_encap_opts(config_opts, opt->u.encap, DHOPT_ENCAP_MATCH, mess, end, null_term); in do_options()
Ddnsmasq.h473 int encap; member
Doption.c716 new->u.encap = atoi(arg+6); in parse_dhcp_opt()
/external/dnsmasq/
Ddnsmasq.conf.example347 #dhcp-option=encap:175, 1, 5b # priority code
348 #dhcp-option=encap:175, 176, 1b # no-proxydhcp
349 #dhcp-option=encap:175, 177, string # bus-id
350 #dhcp-option=encap:175, 189, 1b # BIOS drive code
351 #dhcp-option=encap:175, 190, user # iSCSI username
352 #dhcp-option=encap:175, 191, pass # iSCSI password
DCHANGELOG194 dhcp-option = encap:175, 190, "iscsi-client0"
195 dhcp-option = encap:175, 191, "iscsi-client0-secret"
/external/iproute2/doc/actions/
Difb-README112 ifb0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
/external/tcpdump/
DCHANGES985 "(encap)". Under -v, both the inner and output packets are dumped
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...