Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/rtsold/
H A Dprobe.c72 static u_char *sndcmsgbuf = NULL; in probe_init() local
74 if (sndcmsgbuf == NULL && in probe_init()
75 (sndcmsgbuf = (u_char *)malloc(scmsglen)) == NULL) { in probe_init()
89 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in probe_init()
H A Drtsol.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-12.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-12.1/usr.sbin/rtadvd/
H A Drtadvd.c89 static char *sndcmsgbuf = NULL; variable
1548 sndcmsgbuf = (char *)malloc(sndcmsgbuflen); in sock_open()
1549 if (sndcmsgbuf == NULL) { in sock_open()
1601 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in sock_open()