Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c7335 int32_t ifclen; in ip_sioctl_get_ifconf() local
7395 ifclen = STRUCT_FGET(ifc, ifc_len); in ip_sioctl_get_ifconf()
7397 if (ifc_bufsize > ifclen) { in ip_sioctl_get_ifconf()
7402 ifc_bufsize = ifclen; in ip_sioctl_get_ifconf()