HomeSort by relevance Sort by last modified time
    Searched refs:proto (Results 276 - 300 of 404) sorted by null

<<11121314151617

  /external/v8/test/mjsunit/
object-get-own-property-names.js 64 // Check that no proto properties are returned.
  /external/wpa_supplicant/
wpa_supplicant_i.h 608 const u8 *dst, u16 proto,
612 return wpa_s->driver->send_eapol(wpa_s->drv_priv, dst, proto,
preauth_test.c 108 static int wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto,
config.c 410 wpa_printf(MSG_ERROR, "Line %d: invalid proto '%s'",
423 "Line %d: no proto values configured.", line);
427 wpa_printf(MSG_MSGDUMP, "proto: 0x%x", val);
428 ssid->proto = val;
444 if (ssid->proto & WPA_PROTO_WPA) {
452 if (ssid->proto & WPA_PROTO_RSN) {
1148 { FUNC(proto) },
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ie.c 62 data->proto = WPA_PROTO_WPA;
384 if (sm->proto == WPA_PROTO_RSN)
wpa.h 47 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf,
  /external/ipsec-tools/src/racoon/
pfkey.c 362 pfkey_flush_sadb(proto)
363 u_int proto;
368 if ((satype = admin2pfkey_proto(proto)) < 0)
581 ipsecdoi2pfkey_proto(proto)
582 u_int proto;
584 switch (proto) {
594 "Invalid ipsec_doi proto: %u\n", proto);
634 "Invalid pfkey proto: %u\n", satype);
    [all...]
  /external/bluetooth/hcidump/parser/
parser.h 201 void set_proto(uint16_t handle, uint16_t psm, uint8_t channel, uint32_t proto);
  /external/chromium/third_party/icu/
icu4c.css 352 table.genTable td.proto {
387 table.docTable td.proto {
  /external/expat/xmlwf/
xmlfile.c 33 #include <proto/expat.h>
  /external/icu4c/
icu4c.css 352 table.genTable td.proto {
387 table.docTable td.proto {
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 47 u_int16_t proto; member in struct:ipt_ip
  /external/kernel-headers/original/linux/sunrpc/
xprt.h 220 struct rpc_xprt * xprt_create_proto(int proto, struct sockaddr_in *addr, struct rpc_timeout *to);
  /external/netcat/
stupidh 327 proto
  /external/wpa_supplicant_6/wpa_supplicant/
preauth_test.c 107 static int wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto,
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 321 int proto; member in struct:wpa_ie_data
  /hardware/broadcom/wlan/bcm4329/src/include/
wlioctl.h 35 #include <proto/ethernet.h>
36 #include <proto/bcmeth.h>
37 #include <proto/bcmevent.h>
38 #include <proto/802.11.h>
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.h 32 #include <proto/ethernet.h>
wl_iw.h 34 #include <proto/ethernet.h>
  /external/ppp/pppd/
auth.c 1034 np_up(unit, proto)
1035 int unit, proto;
1079 np_down(unit, proto)
1080 int unit, proto;
1096 np_finished(unit, proto)
1097 int unit, proto;
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flex.skl 65 #define YY_PROTO(proto) proto
67 #define YY_PROTO(proto) ()
    [all...]
  /dalvik/vm/
Native.c 668 static char* createMangledSignature(const DexProto* proto)
675 interim = dexProtoGetParameterDescriptors(proto, &sigCache);
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 641 SSLClientSocketMac::GetNextProto(std::string* proto) {
642 proto->clear();
    [all...]
  /external/tcpdump/
print-tcp.c 123 u_char proto; member in struct:phu::phdr
133 phu.ph.proto = IPPROTO_TCP;
print-udp.c 296 u_char proto; member in struct:phu::phdr
306 phu.ph.proto = IPPROTO_UDP;

Completed in 963 milliseconds

<<11121314151617