Searched refs:endpoint (Results 1 - 25 of 78) sorted by relevance

1234

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dflipc_cb.h77 * Rearrange endpoint structure to separate data with importantly
84 * Added comment explaining that an endpoint bufferlist must always
136 * Fixed calculation of number of buffers on an endpoint
151 * correctly compute the endpoint pointer based on the
213 * "endpoint", or "buffer").
235 * *) From endpoint sets to endpoints.
241 * play games with pointing endpoint buffer pointers into data
253 * node number and endpoint number, where the endpoint number will be
254 * the index into the endpoint arra
1083 struct flipc_cb_type_ctl endpoint; member in struct:flipc_comm_buffer_ctl
[all...]
H A Dflipc_debug.h48 * are not on any endpoint or on the buffer freelist. Only active
121 for (current_endpoint = FLIPC_ENDPOINT_PTR(cb_ctl->endpoint.start);
123 < (FLIPC_ENDPOINT_PTR(cb_ctl->endpoint.start)
124 + cb_ctl->endpoint.number));
216 for (current_endpoint = FLIPC_ENDPOINT_PTR(cb_ctl->endpoint.start);
218 < (FLIPC_ENDPOINT_PTR(cb_ctl->endpoint.start)
219 + cb_ctl->endpoint.number));
232 printf("Buffer found on endpoint 0x%x (idx: %d)\n",
235 - FLIPC_ENDPOINT_PTR(cb_ctl->endpoint.start)));
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dauto_clnt.c5 /* client endpoint maintenance
37 /* auto_clnt_create() instantiates a client endpoint.
46 /* auto_clnt_name() returns the name of the specified client endpoint.
48 /* auto_clnt_free() destroys of the specified client endpoint.
79 /* is expected to set the stream pathname to the server endpoint name.
119 char *endpoint; /* host:port or pathname */ member in struct:AUTO_CLNT
186 fd = auto_clnt->connect(auto_clnt->endpoint, BLOCKING, auto_clnt->timeout);
188 msg_warn("connect to %s: %m", auto_clnt->endpoint);
191 msg_info("%s: connected to %s", myname, auto_clnt->endpoint);
194 VSTREAM_CTL_PATH, auto_clnt->endpoint,
276 char *endpoint; local
[all...]
H A Dstream_recv_fd.c84 char *endpoint; local
92 || (endpoint = split_at(transport = argv[1], ':')) == 0
93 || *endpoint == 0 || *transport == 0)
94 msg_fatal("usage: %s transport:endpoint", argv[0]);
97 listen_sock = stream_listen(endpoint, BLOCKING, 0);
102 msg_fatal("listen %s:%s: %m", transport, endpoint);
H A Dstream_send_fd.c84 char *endpoint; local
90 || (endpoint = split_at(transport = argv[1], ':')) == 0
91 || *endpoint == 0 || *transport == 0)
92 msg_fatal("usage: %s transport:endpoint file...", argv[0]);
95 server_sock = stream_connect(endpoint, BLOCKING, 0);
100 msg_fatal("connect %s:%s: %m", transport, endpoint);
H A Dunix_send_fd.c160 char *endpoint; local
168 || (endpoint = split_at(transport = argv[1], ':')) == 0
169 || *endpoint == 0 || *transport == 0)
170 msg_fatal("usage: %s transport:endpoint file...", argv[0]);
173 server_sock = unix_connect(endpoint, BLOCKING, 0);
178 msg_fatal("connect %s:%s: %m", transport, endpoint);
H A Dunix_recv_fd.c141 char *endpoint; local
149 || (endpoint = split_at(transport = argv[1], ':')) == 0
150 || *endpoint == 0 || *transport == 0)
151 msg_fatal("usage: %s transport:endpoint [workaround]", argv[0]);
154 listen_sock = unix_listen(endpoint, 10, BLOCKING);
159 msg_fatal("listen %s:%s: %m", transport, endpoint);
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dperfg.idl97 endpoint("ncadg_ip_udp:[2001]", "ncadg_dds:[18]",
/macosx-10.10.1/dcerpc-61/dcerpc/demos/access/
H A Daccess_client.c44 char * endpoint,
54 printf("usage: access_client [-h hostname] [-e endpoint] [-n] [-u] [-t]\n");
56 printf(" -e: specify endpoint for protocol\n");
83 char * endpoint = NULL; local
110 endpoint = optarg;
156 endpoint,
194 * [in] endpoint <- optional
204 char * endpoint,
216 * resolve it into a full binding handle using the endpoint mapper.
223 endpoint,
199 get_client_rpc_binding( rpc_binding_handle_t * binding_handle, rpc_if_handle_t interface_spec, char * hostname, char * protocol, char * endpoint, const char* mech ) argument
[all...]
H A Daccess_server.c42 * with the endpoint mapper.
53 char * endpoint
69 if (!endpoint)
85 rpc_server_use_protseq_ep(protocol, rpc_c_protseq_max_calls_default, endpoint, &status);
96 printf("usage: access_server [-e endpoint] [-n] [-u] [-t]\n");
97 printf(" -e: specify endpoint\n");
112 char * endpoint = NULL; local
125 endpoint = optarg;
144 if (endpoint && !protocol)
146 printf("ERROR: protocol is required when endpoint i
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/demos/echo_server/
H A Decho_server.c39 * with the endpoint mapper.
50 const char * endpoint)
65 if (!endpoint)
83 rpc_c_protseq_max_calls_default, (unsigned_char_p_t)endpoint, &status);
94 printf("usage: echo_server -e endpoint -n|-u|-t\n");
95 printf(" -e: specify endpoint\n");
110 const char * endpoint = NULL; local
122 endpoint = optarg;
139 if (endpoint && !protocol)
141 printf("ERROR: protocol is required when endpoint i
46 bind_server( rpc_binding_vector_p_t * server_binding, rpc_if_handle_t interface_spec ATTRIBUTE_UNUSED, const char * protocol, const char * endpoint) argument
[all...]
H A Decho_client.c44 const char * endpoint
53 printf("usage: echo_server [-h hostname] -e endpoint -n|-u|-t\n");
55 printf(" -e: specify endpoint for protocol\n");
88 const char * endpoint = NULL; local
118 endpoint = optarg;
146 if(!endpoint || !protocol)
164 endpoint) == 0)
260 * [in] endpoint <- optional
270 const char * endpoint
278 * resolve it into a full binding handle using the endpoint mappe
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DMAILTO.pm45 my($envelope, $endpoint, $action) =
46 @parameters{qw(envelope endpoint action)};
48 $endpoint ||= $self->endpoint;
49 my $uri = URI->new($endpoint);
H A DLOCAL.pm53 my ($envelope, $endpoint, $action) =
54 @parameters{qw(envelope endpoint action)};
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcombind.c561 ** This routine will clear the endpoint in the RPC address of the Binding
563 ** NAF ID in the RPC address will be called to actually clear the endpoint
621 * if binding endpoint is not set, don't do anything
632 * Tell the NAF extension service to clear the endpoint. A zero
634 * clear the endpoint. Do *not* pass in NULL. This will generate a
635 * dynamic endpoint in certain nafs.
643 * clear the endpoint flag in the binding rep
894 ** endpoint, network address and network options form the RPC Address in the
937 unsigned_char_p_t endpoint = NULL;
1000 * get the endpoint fro
930 unsigned_char_p_t endpoint = NULL; local
1130 unsigned_char_p_t endpoint = NULL; local
1520 rpc_string_binding_parse( unsigned_char_p_t string_binding, unsigned_char_p_t *string_object_uuid, unsigned_char_p_t *protseq, unsigned_char_p_t *netaddr, unsigned_char_p_t *endpoint, unsigned_char_p_t *network_options, unsigned32 *status ) argument
2030 rpc_string_binding_compose( unsigned_char_p_t string_object_uuid, unsigned_char_p_t protseq, unsigned_char_p_t netaddr, unsigned_char_p_t endpoint, unsigned_char_p_t network_options, unsigned_char_p_t *string_binding, unsigned32 *status ) argument
2273 unsigned_char_p_t endpoint = NULL; local
[all...]
H A Dnpnaf.c140 unsigned_char_p_t /*endpoint*/,
159 unsigned_char_p_t /*endpoint*/,
166 unsigned_char_t ** /*endpoint*/,
362 0, /* Does not use endpoint mapper */
374 0, /* Does not use endpoint mapper */
459 ** address and endpoint along with the overall length of the allocated
471 ** endpoint String containing endpoint to insert into newly
512 unsigned_char_p_t endpoint,
553 * set the endpoint i
504 addr_alloc( rpc_protseq_id_t rpc_protseq_id, rpc_naf_id_t naf_id, unsigned_char_p_t endpoint, unsigned_char_p_t netaddr, unsigned_char_p_t network_options ATTRIBUTE_UNUSED, rpc_addr_p_t *rpc_addr, unsigned32 *status ) argument
772 addr_set_endpoint( unsigned_char_p_t endpoint, rpc_addr_p_t *rpc_addr, unsigned32 *status ) argument
901 addr_inq_endpoint( rpc_addr_p_t rpc_addr, unsigned_char_t **endpoint, unsigned32 *status ) argument
[all...]
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dsync.c157 unsigned char endpoint, unsigned char *buffer, int length,
167 libusb_fill_bulk_transfer(transfer, dev_handle, endpoint, buffer, length,
220 * the direction bits of the endpoint address.
238 * \param endpoint the address of a valid endpoint to communicate with
240 * (depending on endpoint)
252 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
259 unsigned char endpoint, unsigned char *data, int length, int *transferred,
262 return do_sync_bulk_transfer(dev_handle, endpoint, data, length,
268 * from the direction bits of the endpoint addres
156 do_sync_bulk_transfer(struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, int *transferred, unsigned int timeout, unsigned char type) argument
258 libusb_bulk_transfer(struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *transferred, unsigned int timeout) argument
307 libusb_interrupt_transfer( struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *transferred, unsigned int timeout) argument
[all...]
H A Ddescriptor.c72 static void clear_endpoint(struct libusb_endpoint_descriptor *endpoint) argument
74 if (endpoint->extra)
75 free((unsigned char *) endpoint->extra);
79 struct libusb_endpoint_descriptor *endpoint, unsigned char *buffer,
104 usbi_parse_descriptor(buffer, "bbbbwbbb", endpoint, host_endian);
106 usbi_parse_descriptor(buffer, "bbbbwb", endpoint, host_endian);
140 endpoint->extra = NULL;
141 endpoint->extra_length = 0;
146 endpoint->extra = extra;
148 endpoint
78 parse_endpoint(struct libusb_context *ctx, struct libusb_endpoint_descriptor *endpoint, unsigned char *buffer, int size, int host_endian) argument
275 struct libusb_endpoint_descriptor *endpoint; local
[all...]
H A Dlibusb.h247 * \ref libusb_endpoint_descriptor::bEndpointAddress "endpoint address" scheme.
261 * \ref libusb_endpoint_descriptor::bmAttributes "endpoint attributes" field.
264 /** Control endpoint */
267 /** Isochronous endpoint */
270 /** Bulk endpoint */
273 /** Interrupt endpoint */
314 /** Set then report an endpoint's synchronization frame */
383 /** Data endpoint */
386 /** Feedback endpoint */
389 /** Implicit feedback Data endpoint */
537 const struct libusb_endpoint_descriptor *endpoint; member in struct:libusb_interface_descriptor
892 unsigned char endpoint; member in struct:libusb_transfer
1148 libusb_fill_bulk_transfer(struct libusb_transfer *transfer, libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout) argument
1176 libusb_fill_interrupt_transfer( struct libusb_transfer *transfer, libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout) argument
1205 libusb_fill_iso_transfer(struct libusb_transfer *transfer, libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, int num_iso_packets, libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout) argument
[all...]
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Dmaster.h29 char *ext_name; /* service endpoint name (master.cf) */
30 char *name; /* service endpoint name (canonical) */
41 #define MASTER_INET_ADDRLIST(s) ((s)->endpoint.inet_ep.addr)
42 #define MASTER_INET_PORT(s) ((s)->endpoint.inet_ep.port)
43 } endpoint; member in struct:MASTER_SERV
65 #define MASTER_FLAG_INETHOST (1<<3) /* endpoint name specifies host */
/macosx-10.10.1/dcerpc-61/dcerpc/include/compat/
H A Ddce2msrpc.h132 #define rpc_server_use_protseq_ep(protseq, max_call_requests, endpoint, status) \
133 (*(status) = RpcServerUseProtseqEp(protseq, max_call_requests, endpoint, NULL))
135 #define rpc_string_binding_compose(obj_uuid, protseq, network_addr, endpoint, options, string_binding, status) \
136 (*(status) = RpcStringBindingCompose(obj_uuid, protseq, network_addr, endpoint, options, string_binding))
H A Ddcerpc.h144 #define rpc_server_use_protseq_ep(protseq, max_call_requests, endpoint, status) \
145 (*(status) = RpcServerUseProtseqEp(protseq, max_call_requests, endpoint, NULL))
147 #define rpc_string_binding_compose(obj_uuid, protseq, network_addr, endpoint, options, string_binding, status) \
148 (*(status) = RpcStringBindingCompose(obj_uuid, protseq, network_addr, endpoint, options, string_binding))
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dlcp.h80 #define CI_EPDISC 19 /* endpoint discriminator */
111 bool neg_endpoint; /* negotiate endpoint discriminator */
119 struct epdisc endpoint; /* endpoint discriminator */ member in struct:lcp_options
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A DBabelFish.tcl47 set endpoint http://services.xmethods.net:80/perl/soaplite.cgi
48 SOAP::create BabelFish -proxy $endpoint \
/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dpingtest.c29 RPC_STATUS send_test(char* endpoint) { argument
39 (unsigned char*)endpoint,

Completed in 315 milliseconds

1234