Searched refs:packetsize (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | send-ack.awk | 4 if (packetsize <= 0) 5 packetsize = 512 40 else if (len != packetsize) 50 if (len != packetsize)
|
| H A D | packetdat.awk | 4 if (packetsize <= 0) 5 packetsize = 512 23 id = 1.5 + (strtSeq - 1) / packetsize 35 id = 1 + ($7 - 2) / packetsize
|
| H A D | README.md | 203 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 D | socketpair2.sh | 92 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 D | adb_mouse.c | 171 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 D | sysmouse.c | 156 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 D | ums.c | 807 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 D | wsp.c | 831 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 D | atp.c | 2151 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 D | vt_sysmouse.c | 396 mode->packetsize = MOUSE_MSC_PACKETSIZE; in sysmouse_ioctl() 402 mode->packetsize = MOUSE_SYS_PACKETSIZE; in sysmouse_ioctl()
|
| /freebsd-14.2/sys/sys/ |
| H A D | mouse.h | 181 int packetsize; /* the length of the data packet */ member
|
| /freebsd-14.2/sys/dev/cyapa/ |
| H A D | cyapa.c | 566 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 D | psm.c | 685 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 D | moused.c | 1507 cur_proto[4] = rodent.mode.packetsize; in r_identify()
|