Searched refs:ndpc (Results 1 – 1 of 1) sorted by relevance
4876 } ndpc; in in6_lltable_dump_entry() local4880 bzero(&ndpc, sizeof(ndpc)); in in6_lltable_dump_entry()4887 (struct sockaddr *)&ndpc.sin6); in in6_lltable_dump_entry()4894 ndpc.rtm.rtm_msglen = sizeof(ndpc); in in6_lltable_dump_entry()4895 ndpc.rtm.rtm_version = RTM_VERSION; in in6_lltable_dump_entry()4896 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()4897 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()4898 ndpc.rtm.rtm_addrs = RTA_DST | RTA_GATEWAY; in in6_lltable_dump_entry()4902 ndpc.rtm.rtm_flags |= RTF_ANNOUNCE; in in6_lltable_dump_entry()4904 sdl = &ndpc.sdl; in in6_lltable_dump_entry()[all …]