Searched refs:proto (Results 151 - 175 of 663) sorted by relevance

1234567891011>>

/external/tcpdump/
H A Dprint-vjc.c80 * We therefore leave "proto" - which is the PPP protocol type - in place,
85 vjc_print(register const char *bp, u_short proto _U_)
H A Dprint-ppp.c409 static void handle_ctrl_proto (u_int proto,const u_char *p, int length);
419 static void handle_ppp (u_int proto, const u_char *p, int length);
424 handle_ctrl_proto(u_int proto, const u_char *pptr, int length) argument
434 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
484 switch (proto) {
1270 int i, proto; local
1298 proto = *b; /* start with a one-octet codepoint guess */
1300 switch (proto) {
1313 proto
1334 handle_ppp(u_int proto, const u_char *p, int length) argument
1399 u_int proto,ppp_header; local
1537 u_int proto; local
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dweb_view.js81 WebViewInternal.maybeRegisterExperimentalAPIs = function(proto) {}
855 var proto = Object.create(HTMLObjectElement.prototype);
857 proto.createdCallback = function() {
865 proto.attributeChangedCallback = function(name, oldValue, newValue) {
873 proto.attachedCallback = function() {
880 prototype: proto});
882 delete proto.createdCallback;
883 delete proto.attachedCallback;
884 delete proto.detachedCallback;
885 delete proto
[all...]
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status.h135 void SetProtoForTesting(const power_manager::PowerSupplyProperties& proto);
144 const power_manager::PowerSupplyProperties& proto) OVERRIDE;
/external/chromium_org/athena/system/
H A Dstatus_icon_container_view.cc69 const power_manager::PowerSupplyProperties& proto) const {
81 int horiz_offset = IsCharging(proto) ? 1 : 0;
83 if (proto.battery_percent() >= 100) {
87 proto.battery_percent() / 100);
97 bool IsCharging(const power_manager::PowerSupplyProperties& proto) const {
98 return proto.external_power() !=
104 const power_manager::PowerSupplyProperties& proto) OVERRIDE {
105 icon_->SetImage(GetPowerIcon(proto));
/external/chromium_org/sync/api/attachments/
H A Dattachment_id.h41 // Creates an attachment id from an initialized proto.
42 static AttachmentId CreateFromProto(const sync_pb::AttachmentIdProto& proto);
65 AttachmentId(sync_pb::AttachmentIdProto* proto);
/external/chromium_org/v8/test/webkit/
H A Dfor-in-cached.js50 function forIn3(proto) {
52 var o = { x: 1, __proto__: proto };
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_none.c47 u16 proto, const u8 *data, size_t data_len)
77 static int none_driver_send_eapol(void *priv, const u8 *dest, u16 proto, argument
46 none_driver_send_ether(void *priv, const u8 *dst, const u8 *src, u16 proto, const u8 *data, size_t data_len) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_none.c47 u16 proto, const u8 *data, size_t data_len)
77 static int none_driver_send_eapol(void *priv, const u8 *dest, u16 proto, argument
46 none_driver_send_ether(void *priv, const u8 *dst, const u8 *src, u16 proto, const u8 *data, size_t data_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_none.c47 u16 proto, const u8 *data, size_t data_len)
77 static int none_driver_send_eapol(void *priv, const u8 *dest, u16 proto, argument
46 none_driver_send_ether(void *priv, const u8 *dst, const u8 *src, u16 proto, const u8 *data, size_t data_len) argument
/external/iptables/extensions/
H A Dlibxt_policy.c39 "[!] --proto proto match protocol (ah/esp/ipcomp)\n"
58 {.name = "proto", .id = O_PROTO, .type = XTTYPE_PROTOCOL,
146 if (e->match.proto)
148 "policy match: double --proto option");
149 e->proto = cb->val.protocol;
150 if (e->proto != IPPROTO_AH && e->proto != IPPROTO_ESP &&
151 e->proto != IPPROTO_COMP)
154 e->match.proto
245 print_proto(const char *prefix, uint8_t proto, int numeric) argument
[all...]
H A Dlibip6t_MASQUERADE.c79 if (entry->ipv6.proto == IPPROTO_TCP ||
80 entry->ipv6.proto == IPPROTO_UDP ||
81 entry->ipv6.proto == IPPROTO_SCTP ||
82 entry->ipv6.proto == IPPROTO_DCCP ||
83 entry->ipv6.proto == IPPROTO_ICMP)
H A Dlibip6t_REDIRECT.c80 if (entry->ipv6.proto == IPPROTO_TCP
81 || entry->ipv6.proto == IPPROTO_UDP
82 || entry->ipv6.proto == IPPROTO_SCTP
83 || entry->ipv6.proto == IPPROTO_DCCP
84 || entry->ipv6.proto == IPPROTO_ICMP)
H A Dlibipt_MASQUERADE.c80 if (entry->ip.proto == IPPROTO_TCP
81 || entry->ip.proto == IPPROTO_UDP
82 || entry->ip.proto == IPPROTO_SCTP
83 || entry->ip.proto == IPPROTO_DCCP
84 || entry->ip.proto == IPPROTO_ICMP)
H A Dlibipt_REDIRECT.c81 if (entry->ip.proto == IPPROTO_TCP
82 || entry->ip.proto == IPPROTO_UDP
83 || entry->ip.proto == IPPROTO_SCTP
84 || entry->ip.proto == IPPROTO_DCCP
85 || entry->ip.proto == IPPROTO_ICMP)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.conf110 # key_mgmt, pairwise, group, proto variables
601 # WPA-PSK (with proto=RSN). In addition, key_mgmt=WPA-NONE (fixed group key
604 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
651 # proto: list of accepted protocols
1064 proto=WPA
1075 proto=WPA
1087 proto=RSN
1163 proto=WPA RSN
1293 proto=RSN
1306 proto
[all...]
/external/chromium_org/media/cast/logging/
H A Dlog_serializer.cc6 // 16-bit integer describing the following LogMetadata proto size in bytes.
7 // The LogMetadata proto.
10 // 16-bit integer describing the following AggregatedFrameEvent proto size
12 // The AggregatedFrameEvent proto.
15 // 16-bit integer describing the following AggregatedPacketEvent proto
17 // The AggregatedPacketEvent proto.
31 using media::cast::proto::AggregatedFrameEvent;
32 using media::cast::proto::AggregatedPacketEvent;
33 using media::cast::proto::LogMetadata;
38 // The maximum allowed size per serialized proto
[all...]
H A Dencoding_event_subscriber_unittest.cc15 using media::cast::proto::AggregatedFrameEvent;
16 using media::cast::proto::AggregatedPacketEvent;
17 using media::cast::proto::BasePacketEvent;
18 using media::cast::proto::LogMetadata;
149 EXPECT_EQ(media::cast::proto::FRAME_DECODED,
178 EXPECT_EQ(media::cast::proto::FRAME_DECODED, event->event_type(0));
210 EXPECT_EQ(media::cast::proto::FRAME_PLAYOUT, event->event_type(0));
242 EXPECT_EQ(media::cast::proto::FRAME_ENCODED, event->event_type(0));
286 EXPECT_EQ(media::cast::proto::FRAME_PLAYOUT, event->event_type(0));
287 EXPECT_EQ(media::cast::proto
[all...]
/external/libnl/src/lib/
H A Dct.c52 int proto; local
54 if ((proto = nl_str2ip_proto(arg)) < 0)
55 nl_cli_fatal(proto,
57 arg, nl_geterror(proto));
59 nfnl_ct_set_proto(ct, proto);
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py41 """Descriptors essentially contain exactly the information found in a .proto
141 def CopyToProto(self, proto):
142 """Copies this to the matching proto in descriptor_pb2.
145 proto: An empty proto instance from descriptor_pb2.
153 proto.ParseFromString(self.file.serialized_pb[
256 def CopyToProto(self, proto):
260 proto: An empty descriptor_pb2.DescriptorProto.
263 super(Descriptor, self).CopyToProto(proto)
279 """Descriptor for a single field in a .proto fil
[all...]
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position.cc55 UniquePosition UniquePosition::FromProto(const sync_pb::UniquePosition& proto) { argument
56 if (proto.has_custom_compressed_v1()) {
57 return UniquePosition(proto.custom_compressed_v1());
58 } else if (proto.has_value() && !proto.value().empty()) {
59 return UniquePosition(Compress(proto.value()));
60 } else if (proto.has_compressed_value() && proto.has_uncompressed_length()) {
61 uLongf uncompressed_len = proto.uncompressed_length();
68 reinterpret_cast<const Bytef*>(proto
174 sync_pb::UniquePosition proto; local
[all...]
/external/chromium_org/content/browser/speech/
H A Dgoogle_streaming_remote_engine_unittest.cc14 #include "content/browser/speech/proto/google_streaming_api.pb.h"
68 const proto::SpeechRecognitionEvent& msg);
77 const proto::SpeechRecognitionEvent& result);
293 proto::SpeechRecognitionEvent proto_event;
294 proto_event.set_status(proto::SpeechRecognitionEvent::STATUS_SUCCESS);
295 proto::SpeechRecognitionResult* proto_result = proto_event.add_result();
297 proto::SpeechRecognitionAlternative *proto_alternative =
401 const proto::SpeechRecognitionEvent& result) {
419 proto::SpeechRecognitionEvent proto_event;
420 proto_event.set_status(proto
[all...]
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync_test.py24 def AddToModel(self, proto):
25 self.model._entries[proto.id_string] = proto
60 proto = sync_pb2.SyncEntity()
61 proto.id_string = 'abcd'
62 proto.version = 0
63 self.assertFalse(self.model._ItemExists(proto.id_string))
64 self.model._SaveEntry(proto)
65 self.assertEqual(1, proto.version)
66 self.assertTrue(self.model._ItemExists(proto
[all...]
/external/iptables/iptables/
H A Dxshared.c47 proto_to_name(uint8_t proto, int nolookup) argument
51 if (proto && !nolookup) {
52 struct protoent *pent = getprotobynumber(proto);
58 if (xtables_chain_protos[i].num == proto)
68 unsigned int proto; local
70 if (xtables_strtoui(pname, NULL, &proto, 0, UINT8_MAX)) {
71 const char *protoname = proto_to_name(proto, nolookup);
85 * loading of the protocol match extension. '-p tcp' means 'l4 proto 6' and at
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_transport.h138 static proto::ReadState ReadStateToProto(CastTransport::ReadState state);
139 static proto::WriteState WriteStateToProto(CastTransport::WriteState state);
140 static proto::ErrorState ErrorStateToProto(ChannelError state);

Completed in 493 milliseconds

1234567891011>>