Searched refs:ndpc (Results 1 – 1 of 1) sorted by relevance
2495 } ndpc; in in6_lltable_dump_entry() local2499 bzero(&ndpc, sizeof(ndpc)); in in6_lltable_dump_entry()2504 lltable_fill_sa_entry(lle, (struct sockaddr *)&ndpc.sin6); in in6_lltable_dump_entry()2505 if (prison_if(wr->td->td_ucred, (struct sockaddr *)&ndpc.sin6) != 0) in in6_lltable_dump_entry()2513 ndpc.rtm.rtm_msglen = sizeof(ndpc); in in6_lltable_dump_entry()2514 ndpc.rtm.rtm_version = RTM_VERSION; in in6_lltable_dump_entry()2515 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()2516 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()2517 ndpc.rtm.rtm_addrs = RTA_DST | RTA_GATEWAY; in in6_lltable_dump_entry()2518 sa6_recoverscope(&ndpc.sin6); in in6_lltable_dump_entry()[all …]