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

12

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dauto_clnt.c7 /* client endpoint maintenance
39 /* auto_clnt_create() instantiates a client endpoint.
48 /* auto_clnt_name() returns the name of the specified client endpoint.
50 /* auto_clnt_free() destroys of the specified client endpoint.
81 /* is expected to set the stream pathname to the server endpoint name.
121 char *endpoint; /* host:port or pathname */ member in struct:AUTO_CLNT
188 fd = auto_clnt->connect(auto_clnt->endpoint, BLOCKING, auto_clnt->timeout);
190 msg_warn("connect to %s: %m", auto_clnt->endpoint);
193 msg_info("%s: connected to %s", myname, auto_clnt->endpoint);
196 VSTREAM_CTL_PATH, auto_clnt->endpoint,
278 char *endpoint; local
[all...]
H A Dstream_recv_fd.c86 char *endpoint; local
94 || (endpoint = split_at(transport = argv[1], ':')) == 0
95 || *endpoint == 0 || *transport == 0)
96 msg_fatal("usage: %s transport:endpoint", argv[0]);
99 listen_sock = stream_listen(endpoint, BLOCKING, 0);
104 msg_fatal("listen %s:%s: %m", transport, endpoint);
H A Dstream_send_fd.c86 char *endpoint; local
92 || (endpoint = split_at(transport = argv[1], ':')) == 0
93 || *endpoint == 0 || *transport == 0)
94 msg_fatal("usage: %s transport:endpoint file...", argv[0]);
97 server_sock = stream_connect(endpoint, BLOCKING, 0);
102 msg_fatal("connect %s:%s: %m", transport, endpoint);
H A Dunix_send_fd.c162 char *endpoint; local
170 || (endpoint = split_at(transport = argv[1], ':')) == 0
171 || *endpoint == 0 || *transport == 0)
172 msg_fatal("usage: %s transport:endpoint file...", argv[0]);
175 server_sock = unix_connect(endpoint, BLOCKING, 0);
180 msg_fatal("connect %s:%s: %m", transport, endpoint);
H A Dunix_recv_fd.c143 char *endpoint; local
151 || (endpoint = split_at(transport = argv[1], ':')) == 0
152 || *endpoint == 0 || *transport == 0)
153 msg_fatal("usage: %s transport:endpoint [workaround]", argv[0]);
156 listen_sock = unix_listen(endpoint, 10, BLOCKING);
161 msg_fatal("listen %s:%s: %m", transport, endpoint);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/master/
H A Dmaster.h31 char *ext_name; /* service endpoint name (master.cf) */
32 char *name; /* service endpoint name (canonical) */
43 #define MASTER_INET_ADDRLIST(s) ((s)->endpoint.inet_ep.addr)
44 #define MASTER_INET_PORT(s) ((s)->endpoint.inet_ep.port)
45 } endpoint; member in struct:MASTER_SERV
67 #define MASTER_FLAG_INETHOST (1<<3) /* endpoint name specifies host */
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dlcp.h64 #define CI_EPDISC 19 /* endpoint discriminator */
106 bool neg_endpoint; /* negotiate endpoint discriminator */
114 struct epdisc endpoint; /* endpoint discriminator */ member in struct:lcp_options
H A Dlcp.c88 bool noendpoint = 0; /* don't send/accept endpoint discriminator */
189 { "endpoint", o_special, (void *) setendpoint,
195 "Don't send or accept multilink endpoint discriminator", 1 },
337 if (str_to_epdisc(&lcp_wantoptions[0].endpoint, *argv)) {
341 option_error("Can't parse '%s' as an endpoint discriminator", *argv);
351 printer(arg, "%s", epdisc_to_str(&lcp_wantoptions[0].endpoint));
712 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
789 ADDCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class,
790 go->endpoint.value, go->endpoint
[all...]
H A Dmultilink.c46 bool endpoint_specified; /* user gave explicit endpoint discriminator */
97 /* get a default endpoint value */
98 wo->neg_endpoint = get_default_epdisc(&wo->endpoint);
124 /* XXX should check the peer_authname and ho->endpoint
158 l += 3 * ho->endpoint.length + 8;
171 epdisc_to_str(&ho->endpoint));
468 * epdisc_to_str - make a printable string from an endpoint discriminator.
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumidivar.h38 * umidi(sc) -> endpoint -> jack <- (dynamically assignable) - mididev
60 struct umidi_endpoint *endpoint; member in struct:umidi_jack
79 /* endpoint data */
H A Dumidi.c475 * each endpoint stuffs
541 /* alloc/free the array of endpoint structures */
622 "cannot get endpoint descriptor(out:%d)\n",
629 aprint_error_dev(sc->sc_dev, "illegal endpoint(out:%d)\n",
648 "cannot get endpoint descriptor(in:%d)\n",
655 * endpoint. The existing input logic in this driver seems
657 * endpoint as illegal (or the in_progress status we get on
670 "illegal endpoint(in:%d)\n", fp->in_ep[i].ep);
949 jack->endpoint = ep;
963 jack->endpoint
[all...]
H A Dehci.c730 attr = ex->xfer.pipe->endpoint->edesc->bmAttributes;
889 if (UE_GET_XFERTYPE(xfer->pipe->endpoint->edesc->bmAttributes)
898 i = xfer->pipe->endpoint->edesc->bInterval;
983 xfer->pipe->endpoint->edesc->bEndpointAddress,
1538 usb_endpoint_descriptor_t *ed = pipe->endpoint->edesc;
1573 epipe->nexttoggle = pipe->endpoint->datatoggle;
1600 "isoc endpoint.\n");
1708 printf("ehci: zero length endpoint open request\n");
2657 mps = UGETW(epipe->pipe.endpoint->edesc->wMaxPacketSize);
3290 epipe->pipe.endpoint
[all...]
H A Dusbdi.c81 return (xfer->pipe->endpoint->edesc->bEndpointAddress &
141 usbd_dump_endpoint(pipe->endpoint);
244 pipe->endpoint->refcnt--;
552 * Clearing en endpoint stall resets the endpoint toggle, so
560 USETW(req.wIndex, pipe->endpoint->edesc->bEndpointAddress);
585 USETW(req.wIndex, pipe->endpoint->edesc->bEndpointAddress);
817 [pipe->endpoint->edesc->bmAttributes & UE_XFERTYPE];
968 * The control endpoint has stalled. Control endpoints
H A Duhci.c947 if (pipe->endpoint == NULL) {
948 printf("ii %p: done=%d xfer=%p pipe=%p pipe->endpoint=NULL\n",
957 ed = pipe->endpoint->edesc;
1483 usb_endpoint_descriptor_t *ed = xfer->pipe->endpoint->edesc;
1631 xfer->pipe->endpoint->edesc->bEndpointAddress,
1919 int endpt = upipe->pipe.endpoint->edesc->bEndpointAddress;
1924 maxp = UGETW(upipe->pipe.endpoint->edesc->wMaxPacketSize);
2040 endpt = upipe->pipe.endpoint->edesc->bEndpointAddress;
2230 pipe->endpoint->datatoggle = upipe->nexttoggle;
2314 endpt = upipe->pipe.endpoint
[all...]
H A Dusbdivar.h167 struct usbd_endpoint *endpoint; member in struct:usbd_pipe
H A Dohci.c511 curlen -= curlen % UGETW(opipe->pipe.endpoint->edesc->wMaxPacketSize);
542 alen % UGETW(opipe->pipe.endpoint->edesc->wMaxPacketSize) == 0) {
1355 * the endpoint.
1416 uedir = UE_GET_DIR(xfer->pipe->endpoint->edesc->
1501 (UE_GET_DIR(xfer->pipe->endpoint->edesc->bEndpointAddress) == UE_DIR_IN);
1549 (UE_GET_DIR(xfer->pipe->endpoint->edesc->bEndpointAddress) == UE_DIR_IN);
1678 opipe->pipe.endpoint->edesc->bEndpointAddress));
1707 OHCI_ED_SET_MAXP(UGETW(opipe->pipe.endpoint->edesc->wMaxPacketSize)));
2067 usb_endpoint_descriptor_t *ed = pipe->endpoint->edesc;
2131 (pipe->endpoint
[all...]
H A Ddwc_otg.c505 usb_endpoint_descriptor_t *ed = pipe->endpoint->edesc;
682 DPRINTF("toggle %d -> 0", pipe->endpoint->datatoggle);
684 pipe->endpoint->datatoggle = 0;
1313 xfer, xfer->length, xfer->flags, xfer->pipe->endpoint->datatoggle);
1872 /* setup control endpoint profile */
2033 /* complete root HUB interrupt endpoint */
2056 /* complete root HUB interrupt endpoint */
2586 /* check endpoint status */
3330 /* complete root HUB interrupt endpoint */
3341 /* complete root HUB interrupt endpoint */
[all...]
H A Dusb_subr.c737 p->endpoint = ep;
748 DPRINTFN(-1,("usbd_setup_pipe: endpoint=0x%x failed, error="
764 pipe->endpoint->refcnt--;
1034 * recognize the initial descriptor fetch (before the control endpoint's
1093 /* Set up default endpoint handle. */
1096 /* Set up default endpoint descriptor. */
/netbsd-6-1-5-RELEASE/sys/arch/mips/adm5120/dev/
H A Dahci.c371 usb_endpoint_descriptor_t *ed = pipe->endpoint->edesc;
426 * Emulation of interrupt transfer for status change endpoint
581 1, /* number of endpoint */
591 UE_DIR_IN | AHCI_INTR_ENDPT, /* endpoint address */
766 /* Get Status from interface, endpoint, 9.4.5 */
998 sc->sc_interval = MS_TO_TICKS(xfer->pipe->endpoint->edesc->bInterval);
1091 ((UGETW(pipe->endpoint->edesc->wMaxPacketSize))<<ADMHCD_ED_MAXSHIFT);
1248 MS_TO_TICKS(pipe->endpoint->edesc->bInterval),
1273 MS_TO_TICKS(pipe->endpoint->edesc->bInterval),
1277 pid = (UE_GET_DIR(pipe->endpoint
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dvs_refresh.c758 size_t cols, curcol, curlen, endpoint, len, midpoint; local
851 endpoint = cols;
854 --endpoint;
856 endpoint -= len;
859 if (endpoint > curlen + 2) {
860 (void)gp->scr_move(sp, LASTLINE(sp), endpoint);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c860 * if a non-NULL endpoint is supplied. multicastclient
2240 static struct endpoint *endpoint = NULL; local
2248 * Initialize and create endpoint, index and peer lists big
2264 free(endpoint);
2270 endpoint_size += 5 * 3 * sizeof(*endpoint);
2274 endpoint = (struct endpoint *)emalloc(endpoint_size);
2372 * Insert each interval endpoint on the sorted
2379 if (e >= endpoint[ind
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_proxy.c336 const char *endpoint; local
342 endpoint = proxy->service_name + 5;
346 endpoint = proxy->service_name + 5;
348 endpoint = proxy->service_name;
355 if ((fd = connect_fn(endpoint, BLOCKING, proxy->timeout)) < 0) {
/netbsd-6-1-5-RELEASE/sys/rump/dev/lib/libugenhc/
H A Dugenhc.c88 #define UGEN_EPT_CTRL 0 /* ugenx.00 is the control endpoint */
121 makeugendevstr(int devnum, int endpoint, char *buf) argument
125 sprintf(buf, "%s%d.%02d", UGENDEV_BASESTR, devnum, endpoint);
722 usb_endpoint_descriptor_t *ed = xfer->pipe->endpoint->edesc;
731 ed = xfer->pipe->endpoint->edesc;
871 int endpt = pipe->endpoint->edesc->bEndpointAddress;
920 usb_endpoint_descriptor_t *ed = pipe->endpoint->edesc;
948 endpt = pipe->endpoint->edesc->bEndpointAddress;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/milter/
H A Dmilter8.c39 /* The Milter application endpoint, either inet:host:port or
1599 char *endpoint; local
1674 * Parse the Milter application endpoint.
1683 if ((endpoint = split_at(transport, ':')) == 0
1684 || *endpoint == 0 || *transport == 0) {
1685 msg_warn("Milter service needs transport:endpoint instead of \"%s\"",
1690 msg_info("%s: transport=%s endpoint=%s", myname, transport, endpoint);
1706 if ((fd = connect_fn(endpoint, BLOCKING, milter->conn_timeout)) < 0) {
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp.h182 * endpt is unrelated to the select algorithm's struct endpoint.
857 struct endpoint { struct
858 double val; /* offset of endpoint */

Completed in 378 milliseconds

12