Home
last modified time | relevance | path

Searched refs:packet_len (Results 1 – 25 of 2524) sorted by relevance

12345678910>>...101

/dports/net-im/echat/echat-0.04beta1/
H A Dpckt_pmke.c14 status->packet_len = snprintf(packet, MSG_SIZE, "%c%s%c%u%c%u%c%u", in make_pwelcome()
23 status->packet_len = snprintf(packet, MSG_SIZE, "%c%s%c%u", in make_pbye()
39 status->packet_len = snprintf(packet, MSG_SIZE, "%c%s%c%s%c%u", in make_pleave()
47 status->packet_len = snprintf(packet, MSG_SIZE, "%c%s", in make_pherewho()
62 status->packet_len = snprintf(packet, MSG_SIZE, "%c%s", in make_phere()
68 status->packet_len = snprintf(packet, MSG_SIZE, "%c%s%c%s%c%s", in make_pchat()
113 status->packet_len = snprintf(packet, MSG_SIZE, "%c%s%c%s", in make_ptopic()
120 status->packet_len = snprintf(packet, MSG_SIZE, "%c%s%c%s", in make_ptopicnew()
179 status->packet_len = snprintf(packet, MSG_SIZE, "%c%s%c%s", in make_pinfo()
203 status->packet_len = snprintf(packet, MSG_SIZE, "%c%s%c%s", in make_pbeep()
[all …]
H A Dpckt_vmke.c30 status->packet_len = snprintf(packet, MSG_SIZE, "%s%c%s%c", in make_vherewho()
36 status->packet_len = snprintf(packet, MSG_SIZE, "%s%c%s%c%s%c%u%u", in make_vhereim()
44 status->packet_len = snprintf(packet, MSG_SIZE, "%s%c%s%c%s%c%s%c", in make_vchat()
52 status->packet_len = snprintf(packet, MSG_SIZE, "%s%c%s%c%s%c%u", in make_vnick()
60 status->packet_len = snprintf(packet, MSG_SIZE, "%s%c%s%c%s%c", in make_qnick()
75 status->packet_len = snprintf(packet, MSG_SIZE, "%s%c%s%c%s%c%u", in make_qjoin()
91 status->packet_len = snprintf(packet, MSG_SIZE, "%s%c%s%c%s%c", in make_qleave()
167 status->packet_len = snprintf(packet, MSG_SIZE, "%s%c%s%c", in make_qtopicnew()
199 status->packet_len = snprintf(packet, MSG_SIZE, "%s%c%s%c%u", in make_qmode()
357 status->packet_len = snprintf(packet, MSG_SIZE, "%s%c%s%c%u", in make_vactive()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/usb/eth/
H A Dasix.c479 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
550 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
554 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
558 packet_len = packet_len & 0x7ff; in asix_recv()
559 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
571 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
572 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
790 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
794 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
798 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/usb/eth/
H A Dasix.c479 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
550 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
554 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
558 packet_len = packet_len & 0x7ff; in asix_recv()
559 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
571 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
572 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
790 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
794 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
798 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/usb/eth/
H A Dasix.c479 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
550 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
554 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
558 packet_len = packet_len & 0x7ff; in asix_recv()
559 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
571 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
572 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
790 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
794 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
798 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/drivers/usb/eth/
H A Dasix.c482 memcpy(msg, &packet_len, sizeof(packet_len)); in asix_send_common()
553 memcpy(&packet_len, buf_ptr, sizeof(packet_len)); in asix_recv()
557 packet_len, (~packet_len >> 16) & 0x7ff, in asix_recv()
561 packet_len = packet_len & 0x7ff; in asix_recv()
562 if (packet_len > actual_len - sizeof(packet_len)) { in asix_recv()
574 actual_len -= sizeof(packet_len) + packet_len; in asix_recv()
575 buf_ptr += sizeof(packet_len) + packet_len; in asix_recv()
793 memcpy(&packet_len, ptr, sizeof(packet_len)); in asix_eth_recv()
797 packet_len, (~packet_len >> 16) & 0x7ff, in asix_eth_recv()
801 packet_len = packet_len & 0x7ff; in asix_eth_recv()
[all …]

12345678910>>...101