Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c128 size_t bufspace; in set_ancillary_data() local
163 bufspace = sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()
168 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()
174 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()
183 bufspace += sizeof (struct cmsghdr); in set_ancillary_data()
184 msgp->msg_controllen = bufspace; in set_ancillary_data()
186 msgp->msg_control = (struct cmsghdr *)malloc(bufspace); in set_ancillary_data()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c94 size_t bufspace; in set_ancillary_data() local
129 bufspace = 0; in set_ancillary_data()
133 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()
139 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()
145 bufspace += sizeof (struct cmsghdr) + _MAX_ALIGNMENT + in set_ancillary_data()
154 bufspace += sizeof (struct cmsghdr); in set_ancillary_data()
155 msgp->msg_controllen = bufspace; in set_ancillary_data()
164 msgp->msg_control = (struct cmsghdr *)malloc(bufspace); in set_ancillary_data()
/titanic_41/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()