|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
DHCP lease returned by the raw, bench-validated C6/NetX path. More...
#include <c6_camera_server.h>
Data Fields | |
| uint32_t | ip |
| Assigned IPv4 address. | |
| uint32_t | mask |
| Assigned IPv4 network mask. | |
| uint32_t | gateway |
| Assigned IPv4 default gateway. | |
| uint32_t | dhcp_server |
| DHCP server IPv4 address. | |
| bool | bound |
| True after a lease is bound. | |
DHCP lease returned by the raw, bench-validated C6/NetX path.
Definition at line 48 of file c6_camera_server.h.
| bool c6_cam_lease_t::bound |
True after a lease is bound.
Definition at line 53 of file c6_camera_server.h.
Referenced by c6_cam_net_up(), and internal_c6_cam_join().
| uint32_t c6_cam_lease_t::dhcp_server |
DHCP server IPv4 address.
Definition at line 52 of file c6_camera_server.h.
Referenced by c6_cam_net_up().
| uint32_t c6_cam_lease_t::gateway |
Assigned IPv4 default gateway.
Definition at line 51 of file c6_camera_server.h.
Referenced by c6_cam_net_up().
| uint32_t c6_cam_lease_t::ip |
Assigned IPv4 address.
Definition at line 49 of file c6_camera_server.h.
Referenced by c6_cam_net_up(), and internal_c6_cam_worker_entry().
| uint32_t c6_cam_lease_t::mask |
Assigned IPv4 network mask.
Definition at line 50 of file c6_camera_server.h.
Referenced by c6_cam_net_up().