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

/macosx-10.9.5/network_cmds-433/rtsol.tproj/
H A Dprobe.c100 static u_char *sndcmsgbuf = NULL; local
102 if (sndcmsgbuf == NULL &&
103 (sndcmsgbuf = (u_char *)malloc(scmsglen)) == NULL) {
125 sndmhdr.msg_control = (caddr_t)sndcmsgbuf;
H A Drtsol.c80 static u_char *rcvcmsgbuf = NULL, *sndcmsgbuf = NULL; local
89 if (sndcmsgbuf == NULL && (sndcmsgbuf = malloc(sndcmsglen)) == NULL) {
167 sndmhdr.msg_control = (caddr_t)sndcmsgbuf;
/macosx-10.9.5/network_cmds-433/rtadvd.tproj/
H A Drtadvd.c69 static u_char *sndcmsgbuf = NULL; variable
1368 sndcmsgbuf = (u_char *)malloc(sndcmsgbuflen);
1369 if (sndcmsgbuf == NULL) {
1499 sndmhdr.msg_control = (caddr_t)sndcmsgbuf;

Completed in 125 milliseconds