Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet6/
H A Dnd6.c3669 struct in6_cga_modifier *req_cga_mod; in nd6_ioctl() local
3677 req_cga_mod = (cmd == SIOCGIFCGAPREP_IN6_64) in nd6_ioctl()
3682 bcopy(ndi_cga_mod, req_cga_mod, sizeof(*req_cga_mod)); in nd6_ioctl()
3694 struct in6_cga_modifier *req_cga_mod; in nd6_ioctl() local
3703 req_cga_mod = &cgareq.cgar_cgaprep.cga_modifier; in nd6_ioctl()
3706 bcopy(req_cga_mod, ndi_cga_mod, sizeof(*ndi_cga_mod)); in nd6_ioctl()