Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6.c2402 } ndpc; in in6_lltable_dump_entry() local
2406 bzero(&ndpc, sizeof(ndpc)); in in6_lltable_dump_entry()
2420 ndpc.rtm.rtm_msglen = sizeof(ndpc); in in6_lltable_dump_entry()
2421 ndpc.rtm.rtm_version = RTM_VERSION; in in6_lltable_dump_entry()
2422 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()
2423 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()
2425 sa6_recoverscope(&ndpc.sin6); in in6_lltable_dump_entry()
2431 sdl = &ndpc.sdl; in in6_lltable_dump_entry()
2448 ndpc.rtm.rtm_flags |= RTF_STATIC; in in6_lltable_dump_entry()
2450 ndpc.rtm.rtm_flags |= RTF_PINNED; in in6_lltable_dump_entry()
[all …]