OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 28 16:09:52 GMT 2025