| // Copyright 2019 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #pragma once | |
| #include <inet6/inet6.h> | |
| void netboot_advertise(const char* nodename); | |
| void netboot_recv(void* data, size_t len, bool is_mcast, const ip6_addr_t* daddr, uint16_t dport, | |
| const ip6_addr_t* saddr, uint16_t sport); | |
| extern "C" void netboot_run_cmd(const char* cmd); |