Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Din6.c4845 } ndpc; in in6_lltable_dump_entry() local
4849 bzero(&ndpc, sizeof(ndpc)); in in6_lltable_dump_entry()
4856 (struct sockaddr *)&ndpc.sin6); in in6_lltable_dump_entry()
4863 ndpc.rtm.rtm_msglen = sizeof(ndpc); in in6_lltable_dump_entry()
4864 ndpc.rtm.rtm_version = RTM_VERSION; in in6_lltable_dump_entry()
4865 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()
4866 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()
4867 ndpc.rtm.rtm_addrs = RTA_DST | RTA_GATEWAY; in in6_lltable_dump_entry()
4871 ndpc.rtm.rtm_flags |= RTF_ANNOUNCE; in in6_lltable_dump_entry()
4873 sdl = &ndpc.sdl; in in6_lltable_dump_entry()
[all …]