Home
last modified time | relevance | path

Searched refs:dlil_ifaddr_bytes (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Ddlil.h386 extern const void *dlil_ifaddr_bytes(const struct sockaddr_dl *, size_t *,
H A Dkpi_interface.c2258 bytes = dlil_ifaddr_bytes(SDL(&sdlbuf), &bytes_len, credp); in ifnet_lladdr_copy_bytes_internal()
H A Droute.c812 bytes = dlil_ifaddr_bytes(sdl, &size, credp); in rtm_scrub()
H A Ddlil.c11053 dlil_ifaddr_bytes(const struct sockaddr_dl *sdl, size_t *sizep, in dlil_ifaddr_bytes() function