HomeSort by relevance Sort by last modified time
    Searched refs:endpoint (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /external/ppp/pppd/
lcp.c 77 bool noendpoint = 0; /* don't send/accept endpoint discriminator */
178 { "endpoint", o_special, (void *) setendpoint,
179 "Endpoint discriminator for multilink",
184 "Don't send or accept multilink endpoint discriminator", 1 },
314 if (str_to_epdisc(&lcp_wantoptions[0].endpoint, *argv)) {
318 option_error("Can't parse '%s' as an endpoint discriminator", *argv);
328 printer(arg, "%s", epdisc_to_str(&lcp_wantoptions[0].endpoint));
676 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
753 ADDCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class,
754 go->endpoint.value, go->endpoint.length)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h 143 void OnMucJoined(const buzz::Jid& endpoint);
145 void OnMucLeft(const buzz::Jid& endpoint, int error);
callclient.cc 698 console_->Printf("Unable to make valid muc endpoint for %s", room.c_str());
736 void CallClient::OnMucJoined(const buzz::Jid& endpoint) {
737 MucMap::iterator elem = mucs_.find(endpoint);
842 void CallClient::OnMucLeft(const buzz::Jid& endpoint, int error) {
845 MucMap::iterator elem = mucs_.find(endpoint);
  /external/guava/guava/src/com/google/common/collect/
Range.java 43 * each of which can <i>open</i> (exclusive of its endpoint), <i>closed</i>
44 * (inclusive of its endpoint), or <i>unbounded</i>. This yields nine basic
67 * The upper endpoint may not be less than the lower endpoint. The endpoints may
127 * Returns {@code true} if this range has a lower endpoint.
134 * Returns the lower endpoint of this range.
140 return lowerBound.endpoint();
145 * the range includes its lower endpoint, {@link BoundType#OPEN} if it does
156 * Returns {@code true} if this range has an upper endpoint.
163 * Returns the upper endpoint of this range
    [all...]
  /external/libusb-compat/libusb/
core.c 359 if (iface->endpoint) {
362 clear_endpoint_descriptor(iface->endpoint + i);
363 free(iface->endpoint);
420 dest->endpoint = malloc(alloc_size);
421 if (!dest->endpoint)
423 memset(dest->endpoint, 0, alloc_size);
426 int r = copy_endpoint_descriptor(dest->endpoint + i, &src->endpoint[i]);
736 usbi_dbg("endpoint %x", ep);
751 usbi_dbg("endpoint %x size %d timeout %d", ep, size, timeout)
    [all...]
  /frameworks/base/core/jni/
android_hardware_UsbDeviceConnection.cpp 170 jint endpoint, jbyteArray buffer, jint start, jint length, jint timeout)
183 jint result = usb_device_bulk_transfer(device, endpoint, bufferBytes + start, length, timeout);
  /external/protobuf/python/google/protobuf/internal/
decoder.py 190 (endpoint, pos) = local_DecodeVarint(buffer, pos)
191 endpoint += pos
192 if endpoint > end:
194 while pos < endpoint:
197 if pos > endpoint:
  /system/core/libusbhost/
usbhost.c 573 int endpoint,
585 ctrl.ep = endpoint;
604 D("Unsupported endpoint type %d", ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK);
608 urb->endpoint = ep_desc->bEndpointAddress;
619 req->endpoint = urb->endpoint;
  /external/libusb_aah/libusb/os/
windows_usb.h 133 int (*clear_halt)(struct libusb_device_handle *dev_handle, unsigned char endpoint);
164 int8_t nb_endpoints; // and a set of endpoint addresses (USB_MAXENDPOINTS)
165 uint8_t *endpoint; member in struct:windows_device_priv::__anon10840
193 p->usb_interface[i].endpoint = NULL;
208 safe_free(p->usb_interface[i].endpoint);
darwin_usb.c 154 /* No pipe found with the correct endpoint address */
155 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep);
    [all...]
linux_usbfs.c     [all...]
openbsd_usb.c 146 /* Control endpoint is always .00 */
386 obsd_clear_halt(struct libusb_device_handle *handle, unsigned char endpoint)
396 USETW(req.ucr_request.wIndex, endpoint);
671 endpt = UE_GET_ADDR(transfer->endpoint);
674 usbi_dbg("endpoint %d mode %d", endpt, mode);
682 /* We may need to read/write to the same endpoint later. */
703 * endpoint and thus the node to open.
  /frameworks/av/media/mtp/
MtpPacket.cpp 157 request->endpoint,
  /libcore/luni/src/main/java/java/util/
TreeMap.java     [all...]
  /external/chromium/net/http/
http_proxy_client_socket.cc 30 const HostPortPair& endpoint,
42 endpoint_(endpoint),
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 609 // Set the re-transmission endpoint if one was chosen.
1031 const struct sockaddr_in* endpoint) {
1033 if (NULL != endpoint) {
1034 uint32_t a = ntohl(endpoint->sin_addr.s_addr);
1035 uint16_t p = ntohs(endpoint->sin_port);
1044 // Right now, the only valid time to set a retransmit endpoint is before
1046 // retransmit endpoint is going to determine which player is selected during
1050 if (NULL != endpoint) {
1051 mRetransmitEndpoint = *endpoint;
1061 struct sockaddr_in* endpoint)
    [all...]
MediaPlayerService.h 336 virtual status_t setRetransmitEndpoint(const struct sockaddr_in* endpoint);
337 virtual status_t getRetransmitEndpoint(struct sockaddr_in* endpoint);
  /external/iproute2/doc/
ip-tunnels.tex 90 packets to another endpoint is not hidden. If you dislike this, or if you
117 \item {\bf In 2.0} you set remote tunnel endpoint address with
121 the interfaces, namely it sets not tunnel endpoint,
124 rather than via Internet. Actual tunnel endpoint address \verb|A|
173 \verb|remote <D>| sets remote endpoint of the tunnel to IP
214 address pointing to desired endpoint. F.e.\
245 not be able to escape to another device, when route to endpoint changes.
  /external/libusb/libusb/os/
darwin_usb.c 141 /* No pipe found with the correct endpoint address */
142 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep);
910 usbi_err (HANDLE_CTX (dev_handle), "could not build endpoint table");
946 /* clean up endpoint data */
    [all...]
linux_usbfs.c 79 * endpoint is disabled, meaning that no more data can creep in during the
1190 unsigned char endpoint)
1193 unsigned int _endpoint = endpoint;
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketImplTest.java 585 private Socket endpoint = null; field in class:SSLSocketImplTest.Server
605 endpoint = server.accept();
606 endpoint.getInputStream().read();
614 if (endpoint != null) {
616 endpoint.close();
    [all...]
  /external/qemu/
usb-linux.c 95 /* endpoint association data */
450 urb->endpoint = p->devep | 0x80;
452 urb->endpoint = p->devep;
455 ret = ioctl(s->fd, USBDEVFS_CLEAR_HALT, &urb->endpoint);
458 urb->endpoint, errno);
482 dprintf("husb: data submit. ep 0x%x len %u aurb %p\n", urb->endpoint, p->len, aurb);
596 urb->endpoint = p->devep;
803 /* get the desired configuration, interface, and endpoint descriptors
872 dprintf("usb_host: malformed endpoint type\n");
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket.cc 27 const HostPortPair& endpoint,
38 endpoint_(endpoint),
72 // for the specified endpoint. Waits for the server to send back
350 // Reset the URL to be the endpoint of the connection
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultServer.java 36 import com.jme3.network.kernel.Endpoint;
78 private Map<Endpoint,HostedConnection> endpointConnections
79 = new ConcurrentHashMap<Endpoint,HostedConnection>();
307 protected void registerClient( KernelAdapter ka, Endpoint p, ClientRegistrationMessage m )
322 log.log( Level.FINE, "Registering client for endpoint, pass 1:{0}.", p );
324 log.log( Level.FINE, "Refining client registration for endpoint:{0}.", p );
360 for( Endpoint cp : c.channels ) {
393 protected HostedConnection getConnection( Endpoint endpoint )
395 return endpointConnections.get(endpoint);
    [all...]
  /external/libusb_aah/libusb/
libusbi.h 221 #define IS_XFERIN(xfer) (0 != ((xfer)->endpoint & LIBUSB_ENDPOINT_IN))
739 /* Clear a halt/stall condition on an endpoint.
745 * - LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
751 unsigned char endpoint);

Completed in 1207 milliseconds

1 2 3 45 6 7