Searched refs:ifc (Results 1 – 1 of 1) sorted by relevance
311 siocgifconf (int fd, int request, struct ifconf *ifc) in siocgifconf() argument314 size_t data_len = ifc->ifc_len; in siocgifconf()315 char *data = ifc->ifc_buf; in siocgifconf()320 err = HURD_DPORT_USE (fd, __pfinet_siocgifconf (port, ifc->ifc_len, in siocgifconf()322 if (data_len < ifc->ifc_len) in siocgifconf()323 ifc->ifc_len = data_len; in siocgifconf()324 if (data != ifc->ifc_buf) in siocgifconf()326 memcpy (ifc->ifc_buf, data, ifc->ifc_len); in siocgifconf()
Completed in 5 milliseconds