Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Din6.c4819 } ndpc; in in6_lltable_dump_entry() local
4823 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 …]