Home
last modified time | relevance | path

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

/src/sys/netinet6/
H A Din6.c2500 } ndpc; in in6_lltable_dump_entry() local
2504 bzero(&ndpc, sizeof(ndpc)); in in6_lltable_dump_entry()
2509 lltable_fill_sa_entry(lle, (struct sockaddr *)&ndpc.sin6); in in6_lltable_dump_entry()
2510 if (prison_if(wr->td->td_ucred, (struct sockaddr *)&ndpc.sin6) != 0) in in6_lltable_dump_entry()
2518 ndpc.rtm.rtm_msglen = sizeof(ndpc); in in6_lltable_dump_entry()
2519 ndpc.rtm.rtm_version = RTM_VERSION; in in6_lltable_dump_entry()
2520 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()
2521 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()
2522 ndpc.rtm.rtm_addrs = RTA_DST | RTA_GATEWAY; in in6_lltable_dump_entry()
2523 sa6_recoverscope(&ndpc.sin6); in in6_lltable_dump_entry()
[all …]