Searched defs:dhcp_packet (Results 1 – 1 of 1) sorted by relevance
581 struct dhcp_packet { in gdm_lte_netif_rx() struct582 u8 op; /* BOOTREQUEST or BOOTREPLY */ in gdm_lte_netif_rx()583 u8 htype; /* hardware address type. in gdm_lte_netif_rx()586 u8 hlen; /* hardware address length */ in gdm_lte_netif_rx()587 u8 hops; /* used by relay agents only */ in gdm_lte_netif_rx()588 u32 xid; /* unique id */ in gdm_lte_netif_rx()589 u16 secs; /* elapsed since client began in gdm_lte_netif_rx()592 u16 flags; /* only one flag so far: */ in gdm_lte_netif_rx()595 u32 ciaddr; /* client IP (if client is in in gdm_lte_netif_rx()603 u32 siaddr_nip; in gdm_lte_netif_rx()[all …]