HomeSort by relevance Sort by last modified time
    Searched refs:proto (Results 176 - 200 of 576) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/bluetooth/hcidump/parser/
parser.c 66 uint32_t proto; member in struct:__anon2206
69 void set_proto(uint16_t handle, uint16_t psm, uint8_t channel, uint32_t proto)
95 proto_table[pos].proto = proto;
107 return proto_table[i].proto;
115 return (pos < 0) ? 0 : proto_table[pos].proto;
  /external/iproute2/include/linux/
xfrm.h 25 __u8 proto; member in struct:xfrm_id
56 __u8 proto; member in struct:xfrm_selector
358 __u8 proto; member in struct:xfrm_usersa_id
419 __u8 proto; member in struct:xfrm_usersa_flush
423 __u8 proto; member in struct:xfrm_user_report
441 __u8 proto; member in struct:xfrm_user_migrate
if_tun.h 76 __be16 proto; member in struct:tun_pi
  /external/ppp/pppd/
demand.c 302 demand_rexmit(proto)
303 int proto;
312 if (PPP_PROTOCOL(pkt->data) == proto) {
337 int proto, i; local
342 proto = PPP_PROTOCOL(p);
352 if (protp->protocol < 0xC000 && (protp->protocol & ~0x8000) == proto) {
  /external/protobuf/examples/
Makefile 20 protoc_middleman: addressbook.proto
21 protoc --cpp_out=. --java_out=. --python_out=. addressbook.proto
  /external/protobuf/src/
Makefile.am 27 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
28 google/protobuf/compiler/plugin.proto
35 testzip.jar testzip.list testzip.proto testzip.zip
208 google/protobuf/unittest.proto \
209 google/protobuf/unittest_empty.proto \
210 google/protobuf/unittest_import.proto \
211 google/protobuf/unittest_mset.proto \
212 google/protobuf/unittest_optimize_for.proto \
213 google/protobuf/unittest_embed_optimize_for.proto \
214 google/protobuf/unittest_custom_options.proto \
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
ScopeChain.h 68 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, &s_info); }
  /external/tcpdump/
print-isakmp.c 571 u_int32_t proto, int depth _U_)
587 switch (proto) {
639 u_int32_t proto _U_, int depth _U_)
662 u_int32_t proto _U_, int depth _U_)
692 printf(" [phase=%d doi=%d proto=%d]", phase, doi, proto);
905 u_int32_t proto _U_, int depth _U_)
928 u_int32_t proto _U_, int depth _U_)
953 u_int32_t proto _U_, int depth _U_)
982 u_int32_t proto; local
1122 u_int32_t proto; local
    [all...]
  /bionic/libc/kernel/common/linux/
if_tun.h 66 __be16 proto; member in struct:tun_pi
  /bionic/libc/kernel/common/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /development/ndk/platforms/android-3/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /external/expat/examples/
outline.c 29 #include <proto/expat.h>
  /external/kernel-headers/original/linux/
if_tun.h 76 __be16 proto; member in struct:tun_pi
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 135 #define XT_INV_PROTO 0x40 /* Invert the sense of PROTO. */
193 unsigned short proto; member in struct:xt_match
241 unsigned short proto; member in struct:xt_target
298 unsigned short proto, int inv_proto);
301 unsigned short proto, int inv_proto);
  /external/wpa_supplicant/
l2_packet_none.c 43 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 157 * proto - Bitfield of allowed protocols, WPA_PROTO_*
159 int proto; member in struct:wpa_ssid
277 * following network block options: proto=WPA, key_mgmt=WPA-NONE,
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_none.c 43 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 77 unsigned int proto; member in struct:wpa_sm
159 u16 proto, const u8 *buf, size_t len)
162 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len);
228 int ver, const u8 *dest, u16 proto,
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_none.c 43 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 160 * proto - Bitfield of allowed protocols, WPA_PROTO_*
162 int proto; member in struct:wpa_ssid
287 * following network block options: proto=WPA, key_mgmt=WPA-NONE,
  /hardware/msm7k/librpc/rpc/
clnt.h 212 char * proto);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot

Completed in 1152 milliseconds

1 2 3 4 5 6 78 91011>>