Home
last modified time | relevance | path

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

/netbsd/usr.sbin/mld6query/
H A Dmld6.c163 void *hbhbuf = NULL, *optp = NULL; in make_msg() local
225 hbhbuf = CMSG_DATA(cmsgp); in make_msg()
226 if ((currentlen = inet6_opt_init(hbhbuf, hbhlen)) == -1) in make_msg()
228 if ((currentlen = inet6_opt_append(hbhbuf, hbhlen, currentlen, in make_msg()
234 if ((currentlen = inet6_opt_finish(hbhbuf, hbhlen, currentlen)) == -1) in make_msg()