Searched refs:ndpc (Results 1 – 1 of 1) sorted by relevance
4870 } ndpc; in in6_lltable_dump_entry() local4874 bzero(&ndpc, sizeof(ndpc)); in in6_lltable_dump_entry()4881 (struct sockaddr *)&ndpc.sin6); in in6_lltable_dump_entry()4888 ndpc.rtm.rtm_msglen = sizeof(ndpc); in in6_lltable_dump_entry()4889 ndpc.rtm.rtm_version = RTM_VERSION; in in6_lltable_dump_entry()4890 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()4891 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()4892 ndpc.rtm.rtm_addrs = RTA_DST | RTA_GATEWAY; in in6_lltable_dump_entry()4896 ndpc.rtm.rtm_flags |= RTF_ANNOUNCE; in in6_lltable_dump_entry()4898 sdl = &ndpc.sdl; in in6_lltable_dump_entry()[all …]