Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_if.c7366 size_t ifc_bufsize; in ip_sioctl_get_ifconf() local
7392 ifc_bufsize = numifs * sizeof (struct ifreq); in ip_sioctl_get_ifconf()
7393 if (ifc_bufsize > ifclen) { in ip_sioctl_get_ifconf()
7398 ifc_bufsize = ifclen; in ip_sioctl_get_ifconf()
7403 STRUCT_FGETP(ifc, ifc_buf), ifc_bufsize, B_FALSE); in ip_sioctl_get_ifconf()
7407 mp1->b_wptr = mp1->b_rptr + ifc_bufsize; in ip_sioctl_get_ifconf()