HomeSort by relevance Sort by last modified time
    Searched refs:proto (Results 326 - 350 of 802) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /external/protobuf/src/google/protobuf/
descriptor.h 76 // Defined in descriptor.proto
124 // The .proto file in which this message type was defined. Never NULL.
131 // Get options for this message type. These are specified in the .proto file
134 // google/protobuf/descriptor.proto, and any available extensions of that
141 void CopyTo(DescriptorProto* proto) const;
152 // These are returned in the order they were defined in the .proto file.
179 // These are returned in the order they were defined in the .proto file.
191 // These are returned in the order they were defined in the .proto file.
214 // in the .proto file.
224 // These are returned in the order they were defined in the .proto file
    [all...]
  /external/iproute2/ip/
xfrm_monitor.c 70 fprintf(fp, "proto %s ", strxf_xfrmproto(xacq->id.proto));
122 str = strxf_xfrmproto(xsf->proto);
124 fprintf(fp, "proto %s", str);
126 fprintf(fp, "proto %u", xsf->proto);
195 fprintf(fp, "proto %s ", strxf_xfrmproto(xrep->proto));
244 fprintf(fp, " protocol %s ", strxf_proto(id->sa_id.proto));
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 75 cricket::ProtocolType proto; local
76 bool result = cricket::StringToProto(candidate.protocol().c_str(), &proto);
79 switch (proto) {
87 switch (proto) {
143 void EnableProtocol(ProtocolType proto);
144 bool ProtocolEnabled(ProtocolType proto) const;
453 ProtocolType proto) {
465 if (pvalue == proto) {
644 void AllocationSequence::EnableProtocol(ProtocolType proto) {
645 if (!ProtocolEnabled(proto)) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 376 static int gpm_available(char *proto, size_t protolen)
437 SDL_strlcpy(proto, raw_proto, protolen);
439 SDL_strlcpy(proto, repeat_proto, protolen);
441 SDL_strlcpy(proto, "msc", protolen);
605 char proto[10]; local
606 if ( gpm_available(proto, SDL_arraysize(proto)) ) {
609 if ( SDL_strcmp(proto, "msc") == 0 ) {
611 } else if ( SDL_strcmp(proto, "ps2") == 0 ) {
613 } else if ( SDL_strcmp(proto, "imps2") == 0 )
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 407 data->proto = WPA_PROTO_RSN;
597 data->proto = WPA_PROTO_WPA;
930 * @proto: WPA/WPA2 version (WPA_PROTO_*)
933 const char * wpa_key_mgmt_txt(int key_mgmt, int proto)
937 if (proto == (WPA_PROTO_RSN | WPA_PROTO_WPA))
939 return proto == WPA_PROTO_RSN ?
942 if (proto == (WPA_PROTO_RSN | WPA_PROTO_WPA))
944 return proto == WPA_PROTO_RSN ?
991 if (ie1d.proto == ie2d.proto &
    [all...]
  /external/libppp/src/
lcp.c 56 #include "proto.h"
86 u_short proto; /* Quality protocol */ member in struct:lqrreq
119 protoname(unsigned proto)
149 if (proto > sizeof cftypes / sizeof *cftypes || cftypes[proto] == NULL)
150 return HexStr(proto, NULL, 0);
152 return cftypes[proto];
387 u_int16_t proto; local
429 proto = PROTO_LQR;
430 ua_htons(&proto, o->data)
667 u_short mru, phmtu, maxmtu, maxmru, wantmtu, wantmru, proto; local
    [all...]

Completed in 1960 milliseconds

<<11121314151617181920>>