Lines Matching defs:packet_buffer
314 unsigned char packet_buffer[sizeof(struct ether_header) + IP_MAXPACKET];
510 packet_buffer;
529 packet_length = ndbootd_raw_read(interface, packet_buffer, sizeof(packet_buffer));
546 memcpy(ether_packet, packet_buffer, sizeof(struct ether_header));
547 memcpy(ip_packet, packet_buffer + sizeof(struct ether_header),
548 (((struct ip *) (packet_buffer + sizeof(struct ether_header)))->ip_hl << 2));
714 memcpy(nd_packet, packet_buffer + sizeof(struct ether_header) + (ip_packet->ip_hl << 2), sizeof(struct ndboot_packet));
916 memcpy(packet_buffer, ether_packet, sizeof(struct ether_header));
949 memcpy(packet_buffer +
962 memcpy(packet_buffer + sizeof(struct ether_header), ip_packet, ip_packet->ip_hl << 2);
963 memcpy(packet_buffer + sizeof(struct ether_header) + (ip_packet->ip_hl << 2), nd_packet, sizeof(struct ndboot_packet));
985 if (ndbootd_raw_write(interface, packet_buffer,