HomeSort by: relevance | last modified time | path
    Searched defs:packet_length (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ndbootd/
ndbootd.c 318 ssize_t packet_length; local in function:main
529 packet_length = ndbootd_raw_read(interface, packet_buffer, sizeof(packet_buffer));
530 if (packet_length < 0) {
538 if (packet_length
542 _NDBOOTD_DEBUG((fp, "ignoring a too-short packet of length %ld", (long) packet_length));
560 if (packet_length
564 _NDBOOTD_DEBUG((fp, "ignoring a packet with bad total length %ld", (long) packet_length));
  /src/sys/dev/usb/
umidi.c 1647 static const int packet_length[16] = { variable in typeref:typename:const int[16]
1861 len = packet_length[GET_CIN(packet[0])];

Completed in 15 milliseconds