Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.h29 struct net_device_interface : DoublyLinkedListLinkImpl<net_device_interface> { struct
51 typedef DoublyLinkedList<net_device_interface> DeviceInterfaceList; argument
55 net_device_interface* acquire_device_interface(net_device_interface* interface);
56 void get_device_interface_address(net_device_interface* interface,
60 void put_device_interface(struct net_device_interface* interface);
61 struct net_device_interface* get_device_interface(uint32 index);
62 struct net_device_interface* get_device_interface(const char* name,
64 void device_interface_monitor_receive(net_device_interface* interface,
66 status_t up_device_interface(net_device_interface* interface);
67 void down_device_interface(net_device_interface* interface);
H A Ddevice_interfaces.cpp51 net_device_interface* interface = (net_device_interface*)_interface; in device_reader_thread()
99 net_device_interface* interface = (net_device_interface*)_interface; in device_consumer_thread()
164 static net_device_interface*
170 while (net_device_interface* interface = iterator.Next()) { in find_device_interface()
179 static net_device_interface*
182 net_device_interface* interface = new(std::nothrow) net_device_interface; in allocate_device_interface()
231 notify_device_monitors(net_device_interface* interface, int32 event) in notify_device_monitors()
255 net_device_interface* interface in dump_device_interface()
256 = (net_device_interface*)parse_expression(argv[1]); in dump_device_interface()
290 while (net_device_interface* interface = iterator.Next()) { in dump_device_interfaces()
[all …]
H A Dinterfaces.h25 struct net_device_interface;
120 net_device_interface* deviceInterface);
147 net_device_interface* DeviceInterface() { return fDeviceInterface; } in DeviceInterface()
173 net_device_interface* fDeviceInterface;
186 const ifaliasreq& request, net_device_interface* deviceInterface);
188 void interface_removed_device_interface(net_device_interface* deviceInterface);
H A Dlink.cpp75 net_device_interface* fMonitoredDevice;
76 net_device_interface* fBoundToDevice;
114 net_device_interface* interface = get_device_interface(deviceName); in StartMonitoring()
158 net_device_interface* boundTo in Bind()
284 net_device_interface*& interface) in user_request_get_device_interface()
363 net_device_interface* interface; in link_control()
383 net_device_interface* interface in link_control()
421 net_device_interface* interface; in link_control()
440 net_device_interface* interface; in link_control()
462 net_device_interface* interface; in link_control()
H A Ddomains.h19 struct net_device_interface;
H A Dinterfaces.cpp451 net_device_interface* deviceInterface) in Interface()
1228 const ifaliasreq& request, net_device_interface* deviceInterface) in add_interface()
1285 interface_removed_device_interface(net_device_interface* deviceInterface) in interface_removed_device_interface()
H A Ddatalink.cpp249 net_device_interface* deviceInterface in datalink_control()
731 net_device_interface* deviceInterface = interface->DeviceInterface(); in interface_protocol_down()