Searched refs:proto (Results 76 - 100 of 574) sorted by relevance

1234567891011>>

/external/selinux/libsepol/src/
H A Dnodes.c35 int proto = sepol_node_get_proto(data); local
37 switch (proto) {
47 ERR(handle, "unsupported protocol %u", proto);
85 ocontext_t * node, int proto, sepol_node_t ** record)
96 sepol_node_set_proto(tmp_record, proto);
98 switch (proto) {
125 ERR(handle, "unsupported protocol %u", proto);
178 int proto; local
180 sepol_node_key_unpack(key, &addr, &mask, &proto);
182 switch (proto) {
83 node_to_record(sepol_handle_t * handle, const policydb_t * policydb, ocontext_t * node, int proto, sepol_node_t ** record) argument
238 int proto; local
304 int proto; local
[all...]
/external/clang/test/PCH/
H A Dtypes.h36 typedef float proto(float, float, ...); typedef
/external/clang/test/Sema/
H A Dwarn-unused-variables.c7 int proto(int a, int b);
/external/iptables/include/linux/netfilter/
H A Dxt_ecn.h30 } proto; member in struct:xt_ecn_info
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_ECN.h30 } proto; member in struct:ipt_ECN_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_ecn.h32 } proto; member in struct:xt_ecn_info
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
H A Dipt_ECN.h30 } proto; member in struct:ipt_ECN_info
/external/selinux/libsepol/include/sepol/
H A Dport_record.h26 int low, int high, int proto,
30 int *low, int *high, int *proto);
41 extern void sepol_port_set_proto(sepol_port_t * port, int proto);
43 extern const char *sepol_port_get_proto_str(int proto);
/external/v8/test/webkit/
H A Dreentrant-caching.js61 var proto = {
71 var o = Object.create(proto);
89 var proto = {
99 var o = Object.create(Object.create(proto));
/external/curl/tests/
H A Dsecureserver.pl65 my $proto = 'https'; # default secure server protocol
95 elsif($ARGV[0] eq '--proto') {
97 $proto = $ARGV[1];
176 $pidfile = "$path/". server_pidfilename($proto, $ipvnum, $idnum);
179 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
188 my $ssltext = uc($proto) ." SSL/TLS:";
249 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
300 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
H A Dftp.pm251 my ($proto, $ipvnum, $idnum, $verbose, $which) = @_;
256 return if($proto !~ /^(ftp|imap|pop3|smtp)$/);
261 $server = servername_id($proto, $ipvnum, $idnum) if($verbose);
264 $pidfile = mainsockf_pidfilename($proto, $ipvnum, $idnum);
268 ($proto eq 'ftp')?'ctrl':'filt', $pid) if($verbose);
275 return if($proto ne 'ftp');
278 $pidfile = datasockf_pidfilename($proto, $ipvnum, $idnum);
296 for my $proto (('ftp', 'imap', 'pop3', 'smtp')) {
299 killsockfilters($proto, $ipvnum, $idnum, $verbose);
H A Dhttpserver.pl42 my $proto = 'http'; # protocol the http server speaks
119 $pidfile = "$path/". server_pidfilename($proto, $ipvnum, $idnum);
122 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
/external/selinux/libsemanage/src/
H A Dnode_record.c56 int proto, semanage_node_key_t ** key_ptr)
59 return sepol_node_key_create(handle->sepolh, addr, mask, proto,
102 semanage_node_t * node, int proto, const char *addr)
105 return sepol_node_set_addr(handle->sepolh, node, proto, addr);
141 semanage_node_t * node, int proto, const char *mask)
144 return sepol_node_set_mask(handle->sepolh, node, proto, mask);
168 void semanage_node_set_proto(semanage_node_t * node, int proto)
171 sepol_node_set_proto(node, proto);
176 const char *semanage_node_get_proto_str(int proto)
179 return sepol_node_get_proto_str(proto);
53 semanage_node_key_create(semanage_handle_t * handle, const char *addr, const char *mask, int proto, semanage_node_key_t ** key_ptr) argument
[all...]
H A Dport_record.c53 int low, int high, int proto,
57 return sepol_port_key_create(handle->sepolh, low, high, proto, key_ptr);
87 void semanage_port_set_proto(semanage_port_t * port, int proto)
90 sepol_port_set_proto(port, proto);
95 const char *semanage_port_get_proto_str(int proto)
98 return sepol_port_get_proto_str(proto);
52 semanage_port_key_create(semanage_handle_t * handle, int low, int high, int proto, semanage_port_key_t ** key_ptr) argument
/external/libnl/src/cls/
H A Dutils.c66 int proto = nl_str2ether_proto(arg); local
67 if (proto < 0)
68 fatal(proto, "Unable to parse protocol \"%s\": %s",
69 arg, nl_geterror(proto));
70 rtnl_cls_set_protocol(cls, proto);
/external/selinux/libsemanage/include/semanage/
H A Dnode_record.h31 int proto, semanage_node_key_t ** key_ptr);
49 int proto, const char *addr);
65 int proto, const char *mask);
74 extern void semanage_node_set_proto(semanage_node_t * node, int proto);
76 extern const char *semanage_node_get_proto_str(int proto);
/external/avahi/avahi-sharp/
H A DDomainBrowser.cs27 internal delegate void DomainBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, argument
69 private Protocol proto; field in class:Avahi.DomainBrowser
79 private static extern IntPtr avahi_domain_browser_new (IntPtr client, int iface, int proto, argument
120 public DomainBrowser (Client client, int iface, Protocol proto, string domain, argument
125 this.proto = proto;
149 handle = avahi_domain_browser_new (client.Handle, iface, (int) proto,
169 private void OnDomainBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, argument
175 info.Protocol = proto;
H A DRecordBrowser.cs31 internal delegate void RecordBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, argument
83 private Protocol proto; field in class:Avahi.RecordBrowser
94 private static extern IntPtr avahi_record_browser_new (IntPtr client, int iface, Protocol proto, argument
137 public RecordBrowser (Client client, int iface, Protocol proto, string name, RecordClass clazz, argument
142 this.proto = proto;
167 handle = avahi_record_browser_new (client.Handle, iface, proto, Utility.StringToBytes (name),
187 private void OnRecordBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, argument
193 info.Protocol = proto;
H A DServiceBrowser.cs28 internal delegate void ServiceBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, argument
71 private Protocol proto; field in class:Avahi.ServiceBrowser
81 private static extern IntPtr avahi_service_browser_new (IntPtr client, int iface, int proto, byte[] type, argument
127 public ServiceBrowser (Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags) argument
131 this.proto = proto;
155 handle = avahi_service_browser_new (client.Handle, iface, (int) proto,
176 private void OnServiceBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, argument
183 info.Protocol = proto;
H A DServiceTypeBrowser.cs27 internal delegate void ServiceTypeBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, argument
63 private Protocol proto; field in class:Avahi.ServiceTypeBrowser
72 private static extern IntPtr avahi_service_type_browser_new (IntPtr client, int iface, int proto, argument
118 public ServiceTypeBrowser (Client client, int iface, Protocol proto, string domain, LookupFlags flags) argument
122 this.proto = proto;
145 handle = avahi_service_type_browser_new (client.Handle, iface, (int) proto,
166 private void OnServiceTypeBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, argument
173 info.Protocol = proto;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
/external/v8/test/mjsunit/
H A Dcross-realm-filtering.js83 var proto = Object.getPrototypeOf(o);
84 assertFalse(proto === Object.prototype);
85 assertTrue(proto === otherObject.prototype);
88 proto = Object.getPrototypeOf(o);
89 assertFalse(proto === Object.prototype);
90 assertTrue(proto === otherObject.prototype);
/external/vulkan-validation-layers/
H A Dvk-layer-generate.py47 def proto_is_global(proto):
66 if proto.params[0].ty == "VkInstance" or proto.params[0].ty == "VkPhysicalDevice" or proto.name in global_function_names:
440 for proto in self.protos:
441 if proto.name == "GetDeviceProcAddr" or proto.name == "GetInstanceProcAddr":
444 intercept = self.generate_intercept(proto, qual)
447 if 'CreateDebugReportCallbackEXT' == proto.name:
449 elif 'DestroyDebugReportCallbackEXT' == proto
[all...]

Completed in 2177 milliseconds

1234567891011>>