Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet6/
Din6.c2683 } ndpc; in in6_lltable_dump() local
2708 bzero(&ndpc, sizeof(ndpc)); in in6_lltable_dump()
2709 ndpc.rtm.rtm_msglen = sizeof(ndpc); in in6_lltable_dump()
2710 ndpc.rtm.rtm_version = RTM_VERSION; in in6_lltable_dump()
2711 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump()
2712 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump()
2713 ndpc.rtm.rtm_addrs = RTA_DST | RTA_GATEWAY; in in6_lltable_dump()
2714 ndpc.sin6.sin6_family = AF_INET6; in in6_lltable_dump()
2715 ndpc.sin6.sin6_len = sizeof(ndpc.sin6); in in6_lltable_dump()
2716 bcopy(L3_ADDR(lle), &ndpc.sin6, L3_ADDR_LEN(lle)); in in6_lltable_dump()
[all …]