Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ldpd/
H A Dneighbor.c247 nbr->raddr_scope = scope_id; in nbr_new()
599 if (nbr->af == AF_INET6 && nbr->raddr_scope) in nbr_establish_connection()
600 addscope((struct sockaddr_in6 *)&remote_sa, nbr->raddr_scope); in nbr_establish_connection()
H A Dldpe.h89 uint32_t raddr_scope; /* remote address scope (v6) */ member
H A Dhello.c332 nbr->raddr_scope != scope_id)) { in recv_hello()