Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/rrenumd/
H A Drrenumd.c187 static u_char *sndcmsgbuf = NULL; in init_globals() local
214 if (sndcmsgbuf == NULL && in init_globals()
215 (sndcmsgbuf = (u_char *)malloc(sndcmsglen)) == NULL) { in init_globals()
219 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in init_globals()
/freebsd-13.1/usr.sbin/rtadvd/
H A Drtadvd.c89 static char *sndcmsgbuf = NULL; variable
1561 sndcmsgbuf = (char *)malloc(sndcmsgbuflen); in sock_open()
1562 if (sndcmsgbuf == NULL) { in sock_open()
1614 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in sock_open()