HomeSort by: relevance | last modified time | path
    Searched refs:endpt (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/include/
ntpd.h 76 extern int ctlclrtrap (sockaddr_u *, endpt *, int);
78 extern int ctlsettrap (sockaddr_u *, endpt *, int, int);
118 endpt * ep;
125 extern endpt * getinterface (sockaddr_u *, u_int32);
126 extern endpt * select_peerinterface (struct peer *, sockaddr_u *,
127 endpt *);
128 extern endpt * findinterface (sockaddr_u *);
129 extern endpt * findbcastinter (sockaddr_u *);
130 extern void enable_broadcast (endpt *, sockaddr_u *);
131 extern void enable_multicast_if (endpt *, sockaddr_u *)
    [all...]
ntpsim.h 138 int simulate_server (sockaddr_u *serv_addr, endpt *inter,
recvbuff.h 83 endpt * dstadr; /* address pkt arrived on */
ntp_control.h 164 endpt *tr_localaddr; /* interface to send this through */
ntp.h 172 * varied meanings, a change to "endpt" (via typedef) is under way.
174 * endpt is unrelated to the select algorithm's struct endpoint.
176 typedef struct endpt_tag endpt; typedef in typeref:struct:endpt_tag
178 endpt * elink; /* endpt list link */
179 endpt * mclink; /* per-AF_* multicast list */
183 u_int32 ifnum; /* endpt instance count */
203 struct peer * peers; /* list of peers using endpt */
272 endpt * dstadr; /* local address */
803 endpt * lcladr; /* address on which this arrived *
    [all...]
  /src/external/bsd/ntp/dist/libntp/
socket.c 196 endpt * interf
201 endpt * ep,
213 endpt * itf,
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 55 void (*handler) (sockaddr_u *, endpt *,
66 static void req_ack (sockaddr_u *, endpt *, struct req_pkt *, int);
67 static void * prepare_pkt (sockaddr_u *, endpt *,
71 static void list_peers (sockaddr_u *, endpt *, struct req_pkt *);
72 static void list_peers_sum (sockaddr_u *, endpt *, struct req_pkt *);
73 static void peer_info (sockaddr_u *, endpt *, struct req_pkt *);
74 static void peer_stats (sockaddr_u *, endpt *, struct req_pkt *);
75 static void sys_info (sockaddr_u *, endpt *, struct req_pkt *);
76 static void sys_stats (sockaddr_u *, endpt *, struct req_pkt *);
77 static void mem_stats (sockaddr_u *, endpt *, struct req_pkt *)
    [all...]
ntp_io.c 178 endpt * any_interface; /* wildcard ipv4 interface */
179 endpt * any6_interface; /* wildcard ipv6 interface */
180 endpt * loopback_interface; /* loopback ipv4 interface */
211 static endpt * new_interface(endpt *);
212 static void add_interface(endpt *);
215 static void remove_interface(endpt *);
216 static endpt * create_interface(u_short, endpt *);
231 static isc_boolean_t socket_multicast_enable (endpt *, sockaddr_u *)
    [all...]
ntp_peer.c 575 endpt * dstadr,
638 endpt * dstadr
672 * endpt while a BCLNT peer is running its unicast protocol.
709 endpt * niface;
710 endpt * piface;
795 endpt * dstadr,
861 /* no endpt address given */
ntp_monitor.c 278 endpt *lcladr
ntpsim.c 259 endpt * inter, /* Interface on which the reply should
ntp_control.c 100 static void send_ifstats_entry(endpt *, u_int);
120 endpt *);
814 static endpt *lcl_inter;
3989 endpt * lcladr;
4238 endpt * la,
4362 endpt * la;
4825 endpt *linter,
4948 endpt *linter,
4973 endpt *linter
ntp_proto.c 652 endpt *match_ep; /* newpeer() local address */
4867 endpt * lcladr;
5078 * as endpt.old_refid and also detects a loop when seeing it. This
5089 endpt * unicast_ep;
ntp_config.c 3772 endpt *localaddr;
3906 endpt *localaddr;
  /src/sys/rump/dev/lib/libugenhc/
ugenhc.c 579 int len, error, endpt; local
587 endpt = ed->bEndpointAddress;
588 isread = UE_GET_DIR(endpt) == UE_DIR_IN;
589 endpt = UE_GET_ADDR(endpt);
590 KASSERT(endpt < UGEN_NEPTS);
607 rumpcomp_ugenhc_ioctl(sc->sc_ugenfd[endpt],
611 error = rumpuser_iovread(sc->sc_ugenfd[endpt], &iov, 1,
630 error = rumpuser_iovwrite(sc->sc_ugenfd[endpt], &iov, 1,
729 int endpt = pipe->up_endpoint->ue_edesc->bEndpointAddress local
775 int endpt, oflags, error; local
    [all...]
  /src/sys/dev/usb/
ugen.c 489 int ifaceno, endptno, endpt; local
544 endpt = ed->bEndpointAddress;
545 dir = UE_GET_DIR(endpt) == UE_DIR_IN ? IN : OUT;
546 sce = &sc->sc_endpoints[UE_GET_ADDR(endpt)][dir];
547 DPRINTFN(1, "endptno %jd, endpt=0x%02jx (%jd,%jd)",
548 endptno, endpt, UE_GET_ADDR(endpt),
549 UE_GET_DIR(endpt));
575 int endpt = UGENENDPOINT(dev); local
586 UGENHIST_CALLARGS("flag=%jd, mode=%jd, unit=%jd endpt=%jd"
827 int endpt = UGENENDPOINT(dev); local
1045 int endpt = UGENENDPOINT(dev); local
1214 int endpt = UGENENDPOINT(dev); local
1577 uint8_t niface, nendpt, endptno, endpt; local
2101 int endpt = UGENENDPOINT(dev); local
    [all...]
uhci.c 836 DPRINTF("addr=%jd endpt=%jd D=%jd maxlen=%jd,",
1719 "error, addr=%jd, endpt=0x%02jx",
2092 int endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress; local
2129 UHCI_TD_SET_ENDPT(UE_GET_ADDR(endpt)) |
2160 UHCI_TD_SET_ENDPT(UE_GET_ADDR(endpt)) |
2203 int endpt = ed->bEndpointAddress; local
2204 int isread = UE_GET_DIR(endpt) == UE_DIR_IN;
2264 int endpt; local
2280 endpt = upipe->pipe.up_endpoint->ue_edesc->bEndpointAddress;
2281 isread = UE_GET_DIR(endpt) == UE_DIR_IN
2479 int endpt = upipe->pipe.up_endpoint->ue_edesc->bEndpointAddress; local
2618 int endpt = ed->bEndpointAddress; local
2668 int isread, endpt; local
3063 int endpt = upipe->pipe.up_endpoint->ue_edesc->bEndpointAddress; local
3194 const int endpt = upipe->pipe.up_endpoint->ue_edesc->bEndpointAddress; local
3237 int endpt = ed->bEndpointAddress; local
    [all...]
usb_subr.c 538 int endpt, nendpt; local
560 for (endpt = 0; endpt < nendpt; endpt++) {
561 DPRINTFN(10, "endpt=%jd", endpt, 0, 0, 0);
589 endpoints[endpt].ue_edesc = ed;
612 endpoints[endpt].ue_refcnt = 0;
613 endpoints[endpt].ue_toggle = 0;
ohci.c 542 DPRINTFN(8, "addr=%jd endpt=%jd len=%jd speed=%jd",
611 DPRINTFN(8, "addr=%jd endpt=%jd len=%jd speed=%jd",
2057 DPRINTF(" addr=%jd endpt=%jd maxp=%jd",
2095 DPRINTFN(1, "pipe=%#jx, addr=%jd, endpt=%jd (%jd)", (uintptr_t)pipe,
2812 DPRINTF("xfer=%#jx len=%jd, addr=%jd, endpt=%jd", (uintptr_t)xfer, len,
3015 int endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress; local
3016 int isread = UE_GET_DIR(endpt) == UE_DIR_IN;
3025 DPRINTFN(4, "endpt=%jd", endpt, 0, 0, 0);
3078 int len, isread, endpt; local
3207 int endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress; local
3272 int len, isread, endpt; local
    [all...]
ehci.c 1310 DPRINTF("halted addr=%jd endpt=0x%02jx",
1828 DPRINTFN(10, " addr = 0x%02jx inact = %jd endpt = %jd "
1974 DPRINTF("pipe=%#jx, addr=%jd, endpt=%jd (%jd)", (uintptr_t)pipe, addr,
3730 DPRINTF("len=%jd, addr=%jd, endpt=%jd",
3938 int endpt = ed->bEndpointAddress; local
3939 int isread = UE_GET_DIR(endpt) == UE_DIR_IN;
3980 int len, isread, endpt; local
3996 endpt = epipe->pipe.up_endpoint->ue_edesc->bEndpointAddress;
3997 isread = UE_GET_DIR(endpt) == UE_DIR_IN;
4080 int endpt = epipe->pipe.up_endpoint->ue_edesc->bEndpointAddress local
4129 int endpt = ed->bEndpointAddress; local
4179 int len, isread, endpt; local
4284 int isread, endpt; local
    [all...]
uaudio.c 3692 int endpt, clkid; local
3696 endpt = as->edesc->bEndpointAddress;
3698 DPRINTF("endpt=0x%02x, clkid=%d, speed=%d, alt=%d\n",
3699 endpt, clkid, ch->sample_rate, as->alt);
3712 err = uaudio_set_speed(sc, endpt, clkid, ch->sample_rate);
3718 DPRINTF("create pipe to 0x%02x\n", endpt);
3719 err = usbd_open_pipe(as->ifaceh, endpt, USBD_MPSAFE, &pipe);
3725 endpt = as->edesc1->bEndpointAddress;
3726 if (endpt != 0) {
3727 DPRINTF("create sync-pipe to 0x%02x\n", endpt);
    [all...]
umass.c 1031 umass_clear_endpoint_stall(struct umass_softc *sc, int endpt,
1043 sc->sc_epaddr[endpt], 0, 0, 0);
1045 usbd_clear_endpoint_toggle(sc->sc_pipe[endpt]);
1050 USETW(sc->sc_req.wIndex, sc->sc_epaddr[endpt]);
  /src/bin/pax/
pat_rep.c 911 char *endpt; local
931 endpt = outpt + PAXPATHLEN;
957 while ((inpt < rpt) && (outpt < endpt))
959 if (outpt == endpt)
969 resub(&(pt->rcmp),pm,pt->nstr,inpt, outpt,endpt)
990 if ((outpt == endpt) || (*inpt == '\0'))
1013 while ((outpt < endpt) && (*inpt != '\0'))
1017 if ((outpt == endpt) && (*inpt != '\0')) {
options.c 1956 char *endpt; local
1967 frpt = endpt = dstr;
1975 if ((endpt = strchr(frpt, ',')) != NULL)
1976 *endpt = '\0';
1991 if (endpt != NULL)
1992 frpt = endpt + 1;
  /src/sys/arch/mips/adm5120/dev/
ahci.c 1155 int endpt, i, len, tlen, segs, offset, isread, toggle, short_ok; local
1187 endpt = pipe->up_endpoint->ue_edesc->bEndpointAddress;
1188 ep->control = pipe->up_dev->ud_addr | ((endpt & 0xf) << ADMHCD_ED_EPSHIFT)|\
1199 isread = UE_GET_DIR(endpt) == UE_DIR_IN;

Completed in 83 milliseconds

1 2