OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nd_packet
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ndbootd/
ndbootd.c
322
struct ndboot_packet *
nd_packet
;
local in function:main
506
nd_packet
= &nd_packet_buffer;
714
memcpy(
nd_packet
, packet_buffer + sizeof(struct ether_header) + (ip_packet->ip_hl << 2), sizeof(struct ndboot_packet));
716
nd_packet
= (struct ndboot_packet *) (((char *) ip_packet) + (ip_packet->ip_hl << 2));
721
nd_packet
->ndboot_packet_op,
722
nd_packet
->ndboot_packet_minor,
723
nd_packet
->ndboot_packet_error,
724
nd_packet
->ndboot_packet_disk_version,
725
(int) ntohl(
nd_packet
->ndboot_packet_sequence),
726
(int) ntohl(
nd_packet
->ndboot_packet_block_number)
[
all
...]
ndbootd.c
322
struct ndboot_packet *
nd_packet
;
local in function:main
506
nd_packet
= &nd_packet_buffer;
714
memcpy(
nd_packet
, packet_buffer + sizeof(struct ether_header) + (ip_packet->ip_hl << 2), sizeof(struct ndboot_packet));
716
nd_packet
= (struct ndboot_packet *) (((char *) ip_packet) + (ip_packet->ip_hl << 2));
721
nd_packet
->ndboot_packet_op,
722
nd_packet
->ndboot_packet_minor,
723
nd_packet
->ndboot_packet_error,
724
nd_packet
->ndboot_packet_disk_version,
725
(int) ntohl(
nd_packet
->ndboot_packet_sequence),
726
(int) ntohl(
nd_packet
->ndboot_packet_block_number)
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025