Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/rtsold/
Dprobe.c68 static u_char *sndcmsgbuf = NULL; in probe_init() local
70 if (sndcmsgbuf == NULL && in probe_init()
71 (sndcmsgbuf = (u_char *)malloc(scmsglen)) == NULL) { in probe_init()
91 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in probe_init()
Drtsol.c77 static u_char *rcvcmsgbuf = NULL, *sndcmsgbuf = NULL; in sockopen() local
89 if (sndcmsgbuf == NULL && (sndcmsgbuf = malloc(sndcmsglen)) == NULL) { in sockopen()
169 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in sockopen()
/mirbsd/src/usr.sbin/rtadvd/
Drtadvd.c73 static u_char *sndcmsgbuf = NULL; variable
1331 sndcmsgbuf = (u_char *)malloc(sndcmsgbuflen); in sock_open()
1332 if (sndcmsgbuf == NULL) { in sock_open()
1459 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in sock_open()