Searched refs:nb_addr (Results 1 – 1 of 1) sorted by relevance
3548 struct in6_addr nb_addr; /* make local for safety */ in nd6_ioctl() local3551 nb_addr = nbi_32.addr; in nd6_ioctl()3559 (u_int16_t *)(void *)&nb_addr.s6_addr[2]; in nd6_ioctl()3567 if ((rt = nd6_lookup(&nb_addr, 0, ifp, 0)) == NULL) { in nd6_ioctl()3586 struct in6_addr nb_addr; /* make local for safety */ in nd6_ioctl() local3589 nb_addr = nbi_64.addr; in nd6_ioctl()3597 (u_int16_t *)(void *)&nb_addr.s6_addr[2]; in nd6_ioctl()3605 if ((rt = nd6_lookup(&nb_addr, 0, ifp, 0)) == NULL) { in nd6_ioctl()