Home
last modified time | relevance | path

Searched defs:packet_buffer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/ndbootd/config/
H A Dndbootd-bpf.c206 ndbootd_raw_read(struct ndbootd_interface * interface, void *packet_buffer, size_t packet_buffer_si… in ndbootd_raw_read()
310 ndbootd_raw_write(struct ndbootd_interface * interface, void *packet_buffer, size_t packet_buffer_s… in ndbootd_raw_write()
/netbsd-src/usr.sbin/ndbootd/
H A Dndbootd.c314 unsigned char packet_buffer[sizeof(struct ether_header) + IP_MAXPACKET]; in main() local