Searched refs:ndpc (Results 1 – 1 of 1) sorted by relevance
4819 } ndpc; in in6_lltable_dump_entry() local4823 bzero(&ndpc, sizeof(ndpc)); in in6_lltable_dump_entry()4830 (struct sockaddr *)&ndpc.sin6); in in6_lltable_dump_entry()4837 ndpc.rtm.rtm_msglen = sizeof(ndpc); in in6_lltable_dump_entry()4838 ndpc.rtm.rtm_version = RTM_VERSION; in in6_lltable_dump_entry()4839 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()4840 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()4841 ndpc.rtm.rtm_addrs = RTA_DST | RTA_GATEWAY; in in6_lltable_dump_entry()4845 ndpc.rtm.rtm_flags |= RTF_ANNOUNCE; in in6_lltable_dump_entry()4847 sdl = &ndpc.sdl; in in6_lltable_dump_entry()[all …]