Searched refs:bufspace (Results 1 – 3 of 3) sorted by relevance
126 size_t bufspace; in set_ancillary_data() local161 bufspace = sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()166 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()172 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()181 bufspace += sizeof (struct cmsghdr); in set_ancillary_data()182 msgp->msg_controllen = bufspace; in set_ancillary_data()184 msgp->msg_control = (struct cmsghdr *)malloc(bufspace); in set_ancillary_data()
85 size_t bufspace; in set_ancillary_data() local120 bufspace = 0; in set_ancillary_data()124 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()130 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()136 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()145 bufspace += sizeof (struct cmsghdr); in set_ancillary_data()146 msgp->msg_controllen = bufspace; in set_ancillary_data()155 msgp->msg_control = (struct cmsghdr *)malloc(bufspace); in set_ancillary_data()
3121 size_t bufspace = 0; in vrrpd_send_adv_v6() local3137 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in vrrpd_send_adv_v6()3141 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in vrrpd_send_adv_v6()3149 bufspace += sizeof (struct cmsghdr); in vrrpd_send_adv_v6()3150 msg6.msg_controllen = bufspace; in vrrpd_send_adv_v6()3152 msg6.msg_control = (struct cmsghdr *)malloc(bufspace); in vrrpd_send_adv_v6()