Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. dhcpv4c_get_ert_ifname
  2. dhcpv4c_get_ert_ip_addr
  3. dhcpv4c_get_ert_dns_svrs

VLAN HAL

  • VLAN HAL layer is intended to support VLAN drivers through the System Calls.
  • Some of the APIs are :
  1. vlan_hal_addGroup
  2. vlan_hal_delGroup
  3. vlan_hal_addInterface
  4. vlan_hal_delInterface
  5. vlan_hal_delete_all_Interfaces

Platform HAL

  • Platform HAL is an abstraction layer, implemented to interact with cable modem device for getting the hardware specific details such as Firmware Name, Boot loader Version, etc.
  • This HAL layer is intended to support platform drivers
  • platform_hal.c file provides the function call prototypes and structure definitions used for the platform hardware abstraction layer
  • Some of the APIs are :

...