Home
last modified time | relevance | path

Searched refs:got_bytes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dipc.c339 "main passed packet readup %d", (int)data->got_bytes)); in parent_handle_child_command()
340 if(data->got_bytes < sizeof(data->total_bytes)) in parent_handle_child_command()
343 (char*)&data->total_bytes+data->got_bytes, in parent_handle_child_command()
344 sizeof(data->total_bytes)-data->got_bytes)) == -1) { in parent_handle_child_command()
354 data->got_bytes += len; in parent_handle_child_command()
355 if(data->got_bytes < sizeof(data->total_bytes)) in parent_handle_child_command()
366 if(data->got_bytes-sizeof(data->total_bytes) < data->total_bytes) { in parent_handle_child_command()
368 data->total_bytes - (data->got_bytes-sizeof(data->total_bytes)) in parent_handle_child_command()
379 data->got_bytes += len; in parent_handle_child_command()
385 got_acl = data->got_bytes - sizeof(data->total_bytes) - data->total_bytes; in parent_handle_child_command()
[all …]
H A Dipc.h36 size_t got_bytes; member
H A Dserver.c472 ipc_data->got_bytes = 0; in restart_child_servers()