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

  /src/usr.sbin/ndbootd/
ndbootd.c 177 u_int16_t *_word, word; local in function:_ndbootd_ip_cksum
188 _word = (u_int16_t *) ip_packet;
190 for (bytes_left = byte_count; bytes_left >= sizeof(*_word);) {
191 checksum += *(_word++);
192 bytes_left -= sizeof(*_word);
195 memcpy(&word, _word, bytes_left);
ndbootd.c 177 u_int16_t *_word, word; local in function:_ndbootd_ip_cksum
188 _word = (u_int16_t *) ip_packet;
190 for (bytes_left = byte_count; bytes_left >= sizeof(*_word);) {
191 checksum += *(_word++);
192 bytes_left -= sizeof(*_word);
195 memcpy(&word, _word, bytes_left);

Completed in 23 milliseconds