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

/freebsd-11-stable/usr.sbin/rtsold/
H A Dprobe.c70 static u_char *sndcmsgbuf = NULL; local
72 if (sndcmsgbuf == NULL &&
73 (sndcmsgbuf = (u_char *)malloc(scmsglen)) == NULL) {
87 sndmhdr.msg_control = (caddr_t)sndcmsgbuf;
H A Drtsol.c119 static u_char *rcvcmsgbuf = NULL, *sndcmsgbuf = NULL; local
131 if (sndcmsgbuf == NULL && (sndcmsgbuf = malloc(sndcmsglen)) == NULL) {
181 sndmhdr.msg_control = (caddr_t)sndcmsgbuf;
/freebsd-11-stable/usr.sbin/rrenumd/
H A Drrenumd.c185 static u_char *sndcmsgbuf = NULL; local
212 if (sndcmsgbuf == NULL &&
213 (sndcmsgbuf = (u_char *)malloc(sndcmsglen)) == NULL) {
217 sndmhdr.msg_control = (caddr_t)sndcmsgbuf;
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drtadvd.c87 static char *sndcmsgbuf = NULL; variable
1554 sndcmsgbuf = (char *)malloc(sndcmsgbuflen);
1555 if (sndcmsgbuf == NULL) {
1607 sndmhdr.msg_control = (caddr_t)sndcmsgbuf;

Completed in 105 milliseconds