summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/link_ntoa.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweak Nd after previous; ok mpijmc2015-09-101-2/+2
|
* Remove link_addr(3). A function to encode the name of an interface inmpi2015-09-101-0/+78
a sockaddr_dl is a questionnable interface. But now it makes it harder to properly reference ifp becauses of this. Set sdl_index to the index of the corresponding interface when constructing a routing message. Ridding previous libc crank. ok guenther@, deraadt@, dlg@