Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet6/
H A Din6.c2488 } ndpc; in in6_lltable_dump_entry() local
2492 bzero(&ndpc, sizeof(ndpc)); in in6_lltable_dump_entry()
2506 ndpc.rtm.rtm_msglen = sizeof(ndpc); in in6_lltable_dump_entry()
2507 ndpc.rtm.rtm_version = RTM_VERSION; in in6_lltable_dump_entry()
2508 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()
2509 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()
2511 sa6_recoverscope(&ndpc.sin6); in in6_lltable_dump_entry()
2517 sdl = &ndpc.sdl; in in6_lltable_dump_entry()
2534 ndpc.rtm.rtm_flags |= RTF_STATIC; in in6_lltable_dump_entry()
2536 ndpc.rtm.rtm_flags |= RTF_PINNED; in in6_lltable_dump_entry()
[all …]