Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dnd6.c3668 struct in6_cga_modifier *ndi_cga_mod; in nd6_ioctl() local
3681 ndi_cga_mod = &(ndi->local_cga_modifier); in nd6_ioctl()
3682 bcopy(ndi_cga_mod, req_cga_mod, sizeof(*req_cga_mod)); in nd6_ioctl()
3693 struct in6_cga_modifier *ndi_cga_mod; in nd6_ioctl() local
3705 ndi_cga_mod = &(ndi->local_cga_modifier); in nd6_ioctl()
3706 bcopy(req_cga_mod, ndi_cga_mod, sizeof(*ndi_cga_mod)); in nd6_ioctl()