Home
last modified time | relevance | path

Searched refs:packetsize (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/tcpdump/
HDsend-ack.awk4 if (packetsize <= 0)
5 packetsize = 512
40 else if (len != packetsize)
50 if (len != packetsize)
HDpacketdat.awk4 if (packetsize <= 0)
5 packetsize = 512
23 id = 1.5 + (strtSeq - 1) / packetsize
35 id = 1 + ($7 - 2) / packetsize
HDREADME.md203 awk -f send-ack.awk packetsize=avgsize tracedata >sa
204 awk -f packetdat.awk packetsize=avgsize tracedata >pd
/freebsd-14-stable/tools/test/stress2/misc/
HDsocketpair2.sh92 setsockets(const int doreverse, const size_t packetsize,
169 setsockets(doreverse, packetsize, s, r, sndbuf, sndbuf_set, rcvbuf, rcvbuf_set)
171 const size_t packetsize;
190 *sndbuf = packetsize;
208 *rcvbuf = packetsize;
/freebsd-14-stable/sys/dev/adb/
HDadb_mouse.c171 sc->mode.packetsize = 5; in adb_mouse_attach()
557 sc->packet_read_len = sc->mode.packetsize; in ams_read()
564 (sc->mode.packetsize - sc->packet_read_len),len); in ams_read()
603 sc->mode.packetsize = 8; in ams_ioctl()
607 sc->mode.packetsize = 5; in ams_ioctl()
/freebsd-14-stable/sys/dev/syscons/
HDsysmouse.c156 mode->packetsize = MOUSE_MSC_PACKETSIZE; in smdev_ioctl()
166 mode->packetsize = MOUSE_SYS_PACKETSIZE; in smdev_ioctl()
/freebsd-14-stable/sys/dev/usb/input/
HDums.c806 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_reset()
917 sc->sc_mode.packetsize, 1); in ums_put_queue()
1071 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_fifo_ioctl()
1080 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in ums_fifo_ioctl()
1104 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_fifo_ioctl()
1113 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in ums_fifo_ioctl()
HDwsp.c830 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_attach()
1324 sc->sc_mode.packetsize, 1); in wsp_add_to_queue()
1492 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_ioctl()
1497 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in wsp_ioctl()
1516 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_ioctl()
1521 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in wsp_ioctl()
HDatp.c2150 sc->sc_mode.packetsize, 1); in atp_add_to_queue()
2277 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_attach()
2529 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_ioctl()
2534 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in atp_ioctl()
2553 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_ioctl()
2558 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in atp_ioctl()
/freebsd-14-stable/sys/dev/vt/
HDvt_sysmouse.c396 mode->packetsize = MOUSE_MSC_PACKETSIZE; in sysmouse_ioctl()
402 mode->packetsize = MOUSE_SYS_PACKETSIZE; in sysmouse_ioctl()
/freebsd-14-stable/sys/sys/
HDmouse.h181 int packetsize; /* the length of the data packet */ member
/freebsd-14-stable/sys/dev/cyapa/
HDcyapa.c566 sc->mode.packetsize = MOUSE_PS2_PACKETSIZE; in cyapa_attach()
1205 ((mousemode_t *)data)->packetsize = in cyapaioctl()
1210 ((mousemode_t *)data)->packetsize = in cyapaioctl()
/freebsd-14-stable/sys/dev/atkbdc/
HDpsm.c685 int packetsize; member
1598 sc->dflt_mode.packetsize = MOUSE_PS2_PACKETSIZE;
1608 sc->mode.packetsize = vendortype[i].packetsize;
2018 sc->config, sc->flags, sc->mode.packetsize);
2672 ((mousemode_t *)addr)->packetsize =
2677 ((mousemode_t *)addr)->packetsize =
3018 if (pb->inputbytes < sc->mode.packetsize)
3054 if (sc->syncerrors >= sc->mode.packetsize * 2 ||
3067 } else if (sc->syncerrors == sc->mode.packetsize) {
/freebsd-14-stable/usr.sbin/moused/
HDmoused.c1507 cur_proto[4] = rodent.mode.packetsize; in r_identify()