Searched refs:ndbootd_interface (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/ndbootd/
H A Dndbootd.h139 struct ndbootd_interface { struct
188 int ndbootd_raw_open _NDBOOTD_P((struct ndbootd_interface *));
189 int ndbootd_raw_read _NDBOOTD_P((struct ndbootd_interface *, void *, size_t));
190 int ndbootd_raw_write _NDBOOTD_P((struct ndbootd_interface *, void *, size_t));
H A Dndbootd.c204 static struct ndbootd_interface *
211 struct ndbootd_interface *interface;
251 interface = ndbootd_new0(struct ndbootd_interface, 1);
312 struct ndbootd_interface *interface;
/netbsd-current/usr.sbin/ndbootd/config/
H A Dndbootd-bpf.c105 ndbootd_raw_open(struct ndbootd_interface * interface)
206 ndbootd_raw_read(struct ndbootd_interface * interface, void *packet_buffer, size_t packet_buffer_size)
310 ndbootd_raw_write(struct ndbootd_interface * interface, void *packet_buffer, size_t packet_buffer_size)

Completed in 120 milliseconds