1 #pragma once 2 3 #include <unistd.h> 4 #include <stddef.h> 5 6 // The detail is hidden except for dhcpv6-pxe.c 7 struct ipv6_pxe_entry; 8 9 const struct ipv6_pxe_entry* ipv6_pxe_entry_new(uint32_t arch, const char* url); 10 const struct ipv6_pxe_entry* ipv6_pxe_of_arch(uint16_t arch); 11 void ipv6_pxe_serve_boot_url(uint16_t arch, struct iovec* iov); 12 void ipv6_pxe_dump(void); 13 void ipv6_pxe_clear(void); 14
This page was automatically generated by LXR 0.3.1. • OpenWrt