Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6.c2486 } ndpc; in in6_lltable_dump_entry() local
2490 bzero(&ndpc, sizeof(ndpc)); in in6_lltable_dump_entry()
2495 lltable_fill_sa_entry(lle, (struct sockaddr *)&ndpc.sin6); in in6_lltable_dump_entry()
2496 if (prison_if(wr->td->td_ucred, (struct sockaddr *)&ndpc.sin6) != 0) in in6_lltable_dump_entry()
2504 ndpc.rtm.rtm_msglen = sizeof(ndpc); in in6_lltable_dump_entry()
2505 ndpc.rtm.rtm_version = RTM_VERSION; in in6_lltable_dump_entry()
2506 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()
2507 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()
2508 ndpc.rtm.rtm_addrs = RTA_DST | RTA_GATEWAY; in in6_lltable_dump_entry()
2509 sa6_recoverscope(&ndpc.sin6); in in6_lltable_dump_entry()
[all …]