| libnvme(9) | API Manual | libnvme(9) |
NAME¶
enum nbft_hfi_info_tcp_flags - HFI Transport Flags
SYNOPSIS¶
enum nbft_hfi_info_tcp_flags {
NBFT_HFI_INFO_TCP_VALID ,
NBFT_HFI_INFO_TCP_GLOBAL_ROUTE ,
NBFT_HFI_INFO_TCP_DHCP_OVERRIDE ,
NBFT_HFI_INFO_TCP_IPADDR_AUTOCONF
};
Constants¶
- NBFT_HFI_INFO_TCP_VALID
- Descriptor Valid: if set to 1h, then this descriptor is valid. If cleared to 0h, then this descriptor is reserved.
- NBFT_HFI_INFO_TCP_GLOBAL_ROUTE
- Global Route vs. Link Local Override Flag: if set to 1h, then the BIOS utilized this interface described by HFI to be the default route with highest priority. If cleared to 0h, then routes are local to their own scope.
- NBFT_HFI_INFO_TCP_DHCP_OVERRIDE
- DHCP Override: if set to 1, then HFI information was populated by consuming the DHCP on this interface. If cleared to 0h, then the HFI information was set administratively by a configuration interface to the driver and pre-OS envrionment.
- NBFT_HFI_INFO_TCP_IPADDR_AUTOCONF
- Interface Address Autoconfigured (since rev. 1.1): if set to 1h, then the IP Address, Subnet Mask Prefix, and IP Gateway fields are populated by an advanced stateless mechanism (e.g., IPv6-SLAAC or IPv6-ND); in addition, the DHCP Override bit shall be cleared to 0h, and the IP Origin field shall be cleared to 0h. If cleared to 0h, then the HFI information was not set by such a mechanism.
| enum nbft_hfi_info_tcp_flags | July 2026 |