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

/freebsd-10-stable/tools/regression/netinet6/inet6_rth/
H A Dinet6_rth-segments.c228 struct cmsghdr *cmhp, *cmhnextp; local
252 cmhnextp = CMSG_NXTHDR(&mh, cmhp);
253 checkstr((const char *)&magic, (const char *)cmhnextp, sizeof(magic),
265 cmhnextp = CMSG_NXTHDR(&mh, cmhp);
266 checkptr(NULL, (caddr_t)cmhnextp, "only one cmsghdr\0");
277 cmhnextp = CMSG_NXTHDR(&mh, NULL);
278 checkptr((caddr_t)cmhp, (caddr_t)cmhnextp, "null second argument\0");

Completed in 107 milliseconds