HomeFreeBSD

IfAPI: make if_getlladdr() to return char *

Description

IfAPI: make if_getlladdr() to return char *

No functional change. The caddr_t is a relic typedef from C version
that didn't have void pointer. In this particular change we really
need a char * pointer rather than void, because some consumers use
the link level address as a char array.

Details

Provenance
glebiusAuthored on Dec 9 2024, 4:18 PM
Parents
rGd3f035f8d96a: ifnet: make sa_dl_equal() a static function
Branches
Unknown
Tags
Unknown