Lines Matching refs:byte_count
179 unsigned int byte_count, bytes_left; in _ndbootd_ip_cksum() local
189 byte_count = ip_packet->ip_hl << 2; in _ndbootd_ip_cksum()
190 for (bytes_left = byte_count; bytes_left >= sizeof(*_word);) { in _ndbootd_ip_cksum()
334 ssize_t byte_count; in main() local
789 byte_count = ntohl(nd_packet->ndboot_packet_current_byte_count); in main()
790 for (; byte_count > 0;) { in main()
805 byte_count); in main()
817 byte_count); in main()
853 byte_count); in main()
864 byte_count); in main()
899 byte_count_read = byte_count; in main()
905 byte_count -= byte_count_read; in main()
907 if (byte_count > 0) { in main()
925 byte_count = ntohl(nd_packet->ndboot_packet_current_byte_count); in main()
929 nd_packet->ndboot_packet_current_byte_count = htonl(MIN(byte_count, NDBOOT_MAX_PACKET_DATA)); in main()
997 byte_count -= ntohl(nd_packet->ndboot_packet_current_byte_count); in main()