Searched refs:sndcmsgbuf (Results 1 – 4 of 4) sorted by relevance
72 static u_char *sndcmsgbuf = NULL; in probe_init() local74 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()
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()
187 static u_char *sndcmsgbuf = NULL; in init_globals() local214 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()
89 static char *sndcmsgbuf = NULL; variable1548 sndcmsgbuf = (char *)malloc(sndcmsgbuflen); in sock_open()1549 if (sndcmsgbuf == NULL) { in sock_open()1601 sndmhdr.msg_control = (caddr_t)sndcmsgbuf; in sock_open()