ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
c6_cam_lease_t Struct Reference

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.

Detailed Description

DHCP lease returned by the raw, bench-validated C6/NetX path.

Definition at line 48 of file c6_camera_server.h.

Field Documentation

◆ bound

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().

◆ dhcp_server

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().

◆ gateway

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().

◆ ip

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().

◆ mask

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().


The documentation for this struct was generated from the following file: