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

/freebsd-11-stable/sys/netinet6/
H A Din6.c2320 } ndpc; local
2324 bzero(&ndpc, sizeof(ndpc));
2330 (struct sockaddr *)&ndpc.sin6);
2332 (struct sockaddr *)&ndpc.sin6) != 0)
2340 ndpc.rtm.rtm_msglen = sizeof(ndpc);
2341 ndpc.rtm.rtm_version = RTM_VERSION;
2342 ndpc.rtm.rtm_type = RTM_GET;
2343 ndpc
[all...]

Completed in 106 milliseconds