Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/ !
H A Dnd6_prproxy.c699 nd6_prproxy_prelist_update(struct nd_prefix *pr_cur, struct nd_prefix *pr_up) in nd6_prproxy_prelist_update() argument
712 VERIFY(pr_cur != NULL); in nd6_prproxy_prelist_update()
723 NDPR_LOCK(pr_cur); in nd6_prproxy_prelist_update()
724 bcopy(&pr_cur->ndpr_prefix.sin6_addr, &pr_addr, in nd6_prproxy_prelist_update()
726 pr_len = pr_cur->ndpr_plen; in nd6_prproxy_prelist_update()
727 pr_ifscope = pr_cur->ndpr_prefix.sin6_scope_id; in nd6_prproxy_prelist_update()
728 NDPR_UNLOCK(pr_cur); in nd6_prproxy_prelist_update()