Searched refs:ifconf (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/libnetwork/
H A Dinterfaces.cpp90 ifconf config;
92 if (ioctl(socket.FD(), SIOCGIFCOUNT, &config, sizeof(struct ifconf)) < 0)
104 if (ioctl(socket.FD(), SIOCGIFCONF, &config, sizeof(struct ifconf)) < 0)
H A Dgetifaddrs.cpp61 ifconf config;
64 if (ioctl(socket.Get(), SIOCGIFCONF, &config, sizeof(struct ifconf)) < 0)
125 ifconf config;
127 if (ioctl(socket.Get(), SIOCGIFCOUNT, &config, sizeof(struct ifconf)) < 0)
/haiku/src/kits/network/libnetapi/
H A DNetworkRoster.cpp44 ifconf config;
46 if (ioctl(socket.Get(), SIOCGIFCOUNT, &config, sizeof(struct ifconf)) != 0)
68 ifconf config;
70 if (ioctl(socket.Get(), SIOCGIFCOUNT, &config, sizeof(struct ifconf)) < 0)
85 if (ioctl(socket.Get(), SIOCGIFCONF, &config, sizeof(struct ifconf)) < 0)
H A DNetworkRoute.cpp263 ifconf config;
265 if (ioctl(socket.Get(), SIOCGRTSIZE, &config, sizeof(struct ifconf)) < 0)
280 if (ioctl(socket.Get(), SIOCGRTTABLE, &config, sizeof(struct ifconf)) < 0)
/haiku/src/bin/debug/strace/
H A DTypeHandler.h124 struct ifconf;
136 DEFINE_FACTORY(ifconf_ptr, ifconf *);
H A Dioctl.cpp81 IOCTL_INFO_ENTRY_TYPE(SIOCGIFCOUNT, struct ifconf *),
82 IOCTL_INFO_ENTRY_TYPE(SIOCGIFCONF, struct ifconf *),
H A DNetworkTypes.cpp672 format_pointer(Context &context, ifconf *conf)
763 POINTER_TYPE(ifconf_ptr, ifconf);
/haiku/headers/posix/net/
H A Dif.h89 struct ifconf { struct
/haiku/src/add-ons/kernel/network/stack/
H A Ddatalink.cpp292 struct ifconf config;
295 return user_memcpy(value, &config, sizeof(struct ifconf));
301 struct ifconf config;
302 if (user_memcpy(&config, value, sizeof(struct ifconf)) < B_OK)
312 return user_memcpy(value, &config, sizeof(struct ifconf));
318 struct ifconf config;
321 return user_memcpy(value, &config, sizeof(struct ifconf));
326 struct ifconf config;
327 if (user_memcpy(&config, value, sizeof(struct ifconf)) < B_OK)
H A Dlink.cpp397 struct ifconf config;
400 return user_memcpy(value, &config, sizeof(struct ifconf));
406 struct ifconf config;
407 if (user_memcpy(&config, value, sizeof(struct ifconf)) < B_OK)
415 return user_memcpy(value, &config, sizeof(struct ifconf));
/haiku/src/bin/network/traceroute/
H A Difaddrlist.c70 struct ifconf ifc;
/haiku/src/bin/network/route/
H A Droute.cpp166 ifconf config;
168 if (ioctl(socket, SIOCGRTSIZE, &config, sizeof(struct ifconf)) < 0)
183 if (ioctl(socket, SIOCGRTTABLE, &config, sizeof(struct ifconf)) < 0)
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c417 struct ifconf *ifc = (struct ifconf *) args;
/haiku/src/libs/uuid/
H A Dgen_uuid.c163 struct ifconf ifc;

Completed in 175 milliseconds