Home
last modified time | relevance | path

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

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