Searched refs:msgh (Results 1 – 4 of 4) sorted by relevance
122 struct msghdr msgh; in mm_camera_socket_sendmsg() local131 memset(&msgh, 0, sizeof(msgh)); in mm_camera_socket_sendmsg()132 msgh.msg_name = NULL; in mm_camera_socket_sendmsg()133 msgh.msg_namelen = 0; in mm_camera_socket_sendmsg()137 msgh.msg_iov = iov; in mm_camera_socket_sendmsg()138 msgh.msg_iovlen = 1; in mm_camera_socket_sendmsg()142 msgh.msg_control = NULL; in mm_camera_socket_sendmsg()143 msgh.msg_controllen = 0; in mm_camera_socket_sendmsg()147 msgh.msg_control = control; in mm_camera_socket_sendmsg()148 msgh.msg_controllen = sizeof(control); in mm_camera_socket_sendmsg()[all …]
262 struct msghdr *msgh = NULL; in ipa_nl_alloc_msg() local270 msgh = (struct msghdr *)malloc(sizeof(struct msghdr)); in ipa_nl_alloc_msg()271 if(msgh == NULL) in ipa_nl_alloc_msg()281 free(msgh); in ipa_nl_alloc_msg()290 free(msgh); in ipa_nl_alloc_msg()300 free(msgh); in ipa_nl_alloc_msg()307 memset(msgh, 0x0, sizeof(struct msghdr)); in ipa_nl_alloc_msg()308 msgh->msg_name = nladdr; in ipa_nl_alloc_msg()309 msgh->msg_namelen = sizeof(struct sockaddr_nl); in ipa_nl_alloc_msg()310 msgh->msg_iov = iov; in ipa_nl_alloc_msg()[all …]