Searched refs:sndcmsgbuf (Results 1 – 4 of 4) sorted by relevance
70 static u_char *sndcmsgbuf = NULL; in probe_init() local72 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()
119 static u_char *rcvcmsgbuf = NULL, *sndcmsgbuf = NULL; in sockopen() local131 if (sndcmsgbuf == NULL && (sndcmsgbuf = malloc(sndcmsglen)) == NULL) { in sockopen()181 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in sockopen()
185 static u_char *sndcmsgbuf = NULL; in init_globals() local212 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()
87 static char *sndcmsgbuf = NULL; variable1554 sndcmsgbuf = (char *)malloc(sndcmsgbuflen); in sock_open()1555 if (sndcmsgbuf == NULL) { in sock_open()1607 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in sock_open()