Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcpdump/
H A Dsend-ack.awk4 if (packetsize <= 0)
5 packetsize = 512
40 else if (len != packetsize)
50 if (len != packetsize)
H A Dpacketdat.awk4 if (packetsize <= 0)
5 packetsize = 512
23 id = 1.5 + (strtSeq - 1) / packetsize
35 id = 1 + ($7 - 2) / packetsize
H A DREADME.md203 awk -f send-ack.awk packetsize=avgsize tracedata >sa
204 awk -f packetdat.awk packetsize=avgsize tracedata >pd
/freebsd-14.2/tools/test/stress2/misc/
H A Dsocketpair2.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.2/sys/dev/adb/
H A Dadb_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.2/sys/dev/syscons/
H A Dsysmouse.c156 mode->packetsize = MOUSE_MSC_PACKETSIZE; in smdev_ioctl()
166 mode->packetsize = MOUSE_SYS_PACKETSIZE; in smdev_ioctl()
/freebsd-14.2/sys/dev/usb/input/
H A Dums.c807 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_reset()
918 sc->sc_mode.packetsize, 1); in ums_put_queue()
1072 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_fifo_ioctl()
1081 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in ums_fifo_ioctl()
1105 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_fifo_ioctl()
1114 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in ums_fifo_ioctl()
H A Dwsp.c831 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_attach()
1325 sc->sc_mode.packetsize, 1); in wsp_add_to_queue()
1493 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_ioctl()
1498 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in wsp_ioctl()
1517 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_ioctl()
1522 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in wsp_ioctl()
H A Datp.c2151 sc->sc_mode.packetsize, 1); in atp_add_to_queue()
2278 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_attach()
2530 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_ioctl()
2535 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in atp_ioctl()
2554 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_ioctl()
2559 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in atp_ioctl()
/freebsd-14.2/sys/dev/vt/
H A Dvt_sysmouse.c396 mode->packetsize = MOUSE_MSC_PACKETSIZE; in sysmouse_ioctl()
402 mode->packetsize = MOUSE_SYS_PACKETSIZE; in sysmouse_ioctl()
/freebsd-14.2/sys/sys/
H A Dmouse.h181 int packetsize; /* the length of the data packet */ member
/freebsd-14.2/sys/dev/cyapa/
H A Dcyapa.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.2/sys/dev/atkbdc/
H A Dpsm.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.2/usr.sbin/moused/
H A Dmoused.c1507 cur_proto[4] = rodent.mode.packetsize; in r_identify()