Home
last modified time | relevance | path

Searched refs:bufspace (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c126 size_t bufspace; in set_ancillary_data() local
161 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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c96 size_t bufspace; in set_ancillary_data() local
131 bufspace = 0; in set_ancillary_data()
135 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()
141 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()
147 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()
156 bufspace += sizeof (struct cmsghdr); in set_ancillary_data()
157 msgp->msg_controllen = bufspace; in set_ancillary_data()
166 msgp->msg_control = (struct cmsghdr *)malloc(bufspace); in set_ancillary_data()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c3121 size_t bufspace = 0; in vrrpd_send_adv_v6() local
3137 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()