HomeSort by: relevance | last modified time | path
    Searched refs:ndboot_packet (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/ndbootd/
ndbootd.c 322 struct ndboot_packet *nd_packet;
326 struct ndboot_packet nd_packet_buffer;
541 + sizeof(struct ndboot_packet))) {
563 + sizeof(struct ndboot_packet))) {
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));
950 sizeof(struct ether_header) + (ip_packet->ip_hl << 2) + sizeof(struct ndboot_packet),
956 + sizeof(struct ndboot_packet)
963 memcpy(packet_buffer + sizeof(struct ether_header) + (ip_packet->ip_hl << 2), nd_packet, sizeof(struct ndboot_packet));
986 sizeof(struct ether_header) + (ip_packet->ip_hl << 2) + sizeof(struct ndboot_packet) + ntohl(nd_packet->ndboot_packet_current_byte_count)) < 0)
    [all...]
ndbootd.h 154 struct ndboot_packet { struct
  /src/usr.sbin/ndbootd/config/
ndbootd-bpf.c 94 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, sizeof(struct ndboot_packet), 0, 1),

Completed in 12 milliseconds