Home
last modified time | relevance | path

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

/openbsd/sbin/slaacd/
H A Dfrontend.c139 uint8_t *sndcmsgbuf; in frontend() local
194 if ((sndcmsgbuf = malloc(sndcmsglen)) == NULL) in frontend()
213 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in frontend()
/openbsd/usr.sbin/rad/
H A Dfrontend.c200 uint8_t *sndcmsgbuf = NULL; in frontend() local
258 if ((sndcmsgbuf = malloc(sndcmsgbuflen)) == NULL) in frontend()
264 sndmhdr.msg_control = sndcmsgbuf; in frontend()