HP-UX IPQoS A.01.00 Programmer's Guide (October 2005)

Function Calls
Adapter-Related Function Calls
Appendix A 41
Adapter-Related Function Calls
The following table lists the HP-UX IPQoS API function calls related to adapters. Refer to the
IpqosAdapter (3c) manpage for detailed information on these functions.
Table A-2 Adapter-Related Functions
Description Function
get name of adapter uint32_t IpqosGetAdapterName(IpqosAdapter adapter,
char ** name)
get speed of adapter uint32_t IpqosGetAdapterSpeed(IpqosAdapter adapter,
uint64_t * speed)
get link type of adapter uint32_t IpqosGetAdapterLinkType(IpqosAdapter
adapter, uint32_t * linkType)
get physical address of
adapter
uint32_t IpqosGetAdapterPhysAddr(IpqosAdapter
adapter, char ** physAddr)
get number of entries in
adapter list
uint32_t IpqosGetAdapterListCount(uint32_t * count)
get first entry in
adapter list
uint32_t IpqosGetAdapterListHead(IpqosAdapter
* adapter)
get next entry in
adapter list
uint32_t IpqosGetAdapterListNext(IpqosAdapter
* adapter)
get number of entries in
policy list of adapter
uint32_t IpqosGetPolicyListCount(IpqosAdapter
adapter, uint32_t * count)
get first entry of policy
list of adapter
uint32_t IpqosGetPolicyListHead(IpqosAdapter
adapter, IpqosPolicy * policy)
get next entry of policy
list of adapter
uint32_t IpqosGetPolicyListNext(IpqosAdapter
adapter, IpqosPolicy * policy)