Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mld6query/
H A Dmld6.c203 void *hbhbuf = NULL, *optp = NULL; in make_msg() local
275 hbhbuf = CMSG_DATA(cmsgp); in make_msg()
276 if ((currentlen = inet6_opt_init(hbhbuf, hbhlen)) == -1) in make_msg()
278 if ((currentlen = inet6_opt_append(hbhbuf, hbhlen, currentlen, in make_msg()
284 if ((currentlen = inet6_opt_finish(hbhbuf, hbhlen, currentlen)) == -1) in make_msg()