mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
add comment to llentry_update
Requested by: sam
This commit is contained in:
parent
114f15c686
commit
adfc35ff8b
@ -103,6 +103,10 @@ llentry_free(struct llentry *lle)
|
||||
LLE_FREE_LOCKED(lle);
|
||||
}
|
||||
|
||||
/*
|
||||
* Update an llentry for address dst (equivalent to rtalloc for new-arp)
|
||||
* Caller must pass in a valid struct llentry *
|
||||
*/
|
||||
int
|
||||
llentry_update(struct llentry **llep, struct lltable *lt,
|
||||
struct sockaddr *dst, struct ifnet *ifp)
|
||||
|
Loading…
Reference in New Issue
Block a user