Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/rtsold/
HDprobe.c70 static u_char *sndcmsgbuf = NULL; in probe_init() local
72 if (sndcmsgbuf == NULL && in probe_init()
73 (sndcmsgbuf = (u_char *)malloc(scmsglen)) == NULL) { in probe_init()
87 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in probe_init()
HDrtsol.c119 static u_char *rcvcmsgbuf = NULL, *sndcmsgbuf = NULL; in sockopen() local
131 if (sndcmsgbuf == NULL && (sndcmsgbuf = malloc(sndcmsglen)) == NULL) { in sockopen()
181 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in sockopen()
/freebsd-11-stable/usr.sbin/rrenumd/
HDrrenumd.c185 static u_char *sndcmsgbuf = NULL; in init_globals() local
212 if (sndcmsgbuf == NULL && in init_globals()
213 (sndcmsgbuf = (u_char *)malloc(sndcmsglen)) == NULL) { in init_globals()
217 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in init_globals()
/freebsd-11-stable/usr.sbin/rtadvd/
HDrtadvd.c87 static char *sndcmsgbuf = NULL; variable
1554 sndcmsgbuf = (char *)malloc(sndcmsgbuflen); in sock_open()
1555 if (sndcmsgbuf == NULL) { in sock_open()
1607 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in sock_open()