Searched refs:AvahiHwInterface (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface.h28 typedef struct AvahiHwInterface AvahiHwInterface; typedef in typeref:struct:AvahiHwInterface
68 AVAHI_LLIST_HEAD(AvahiHwInterface, hw_interfaces);
74 struct AvahiHwInterface { struct
77 AVAHI_LLIST_FIELDS(AvahiHwInterface, hardware);
95 AvahiHwInterface *hardware;
147 /* AvahiHwInterface */
149 AvahiHwInterface *avahi_hw_interface_new(AvahiInterfaceMonitor *m, AvahiIfIndex idx);
150 void avahi_hw_interface_free(AvahiHwInterface *hw, int send_goodbye);
152 void avahi_hw_interface_update_rrs(AvahiHwInterface *h
[all...]
H A Diface.c118 void avahi_hw_interface_update_rrs(AvahiHwInterface *hw, int remove_rrs) {
166 AvahiHwInterface *hw;
311 void avahi_hw_interface_free(AvahiHwInterface *hw, int send_goodbye) {
322 AVAHI_LLIST_REMOVE(AvahiHwInterface, hardware, hw->monitor->hw_interfaces, hw);
329 AvahiInterface* avahi_interface_new(AvahiInterfaceMonitor *m, AvahiHwInterface *hw, AvahiProtocol protocol) {
380 AvahiHwInterface *avahi_hw_interface_new(AvahiInterfaceMonitor *m, AvahiIfIndex idx) {
381 AvahiHwInterface *hw;
386 if (!(hw = avahi_new(AvahiHwInterface, 1)))
398 AVAHI_LLIST_PREPEND(AvahiHwInterface, hardware, m->hw_interfaces, hw);
470 void avahi_hw_interface_check_relevant(AvahiHwInterface *h
[all...]
H A Diface-linux.c82 AvahiHwInterface *hw;
90 /* Check whether there already is an AvahiHwInterface object
169 AvahiHwInterface *hw;
175 /* Get a reference to our AvahiHwInterface object of this interface */
H A Diface-pfroute.c64 AvahiHwInterface *hw;
373 AvahiHwInterface *hw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface.h28 typedef struct AvahiHwInterface AvahiHwInterface; typedef in typeref:struct:AvahiHwInterface
68 AVAHI_LLIST_HEAD(AvahiHwInterface, hw_interfaces);
74 struct AvahiHwInterface { struct
77 AVAHI_LLIST_FIELDS(AvahiHwInterface, hardware);
95 AvahiHwInterface *hardware;
147 /* AvahiHwInterface */
149 AvahiHwInterface *avahi_hw_interface_new(AvahiInterfaceMonitor *m, AvahiIfIndex idx);
150 void avahi_hw_interface_free(AvahiHwInterface *hw, int send_goodbye);
152 void avahi_hw_interface_update_rrs(AvahiHwInterface *h
[all...]
H A Diface.c115 void avahi_hw_interface_update_rrs(AvahiHwInterface *hw, int remove_rrs) {
163 AvahiHwInterface *hw;
305 void avahi_hw_interface_free(AvahiHwInterface *hw, int send_goodbye) {
316 AVAHI_LLIST_REMOVE(AvahiHwInterface, hardware, hw->monitor->hw_interfaces, hw);
323 AvahiInterface* avahi_interface_new(AvahiInterfaceMonitor *m, AvahiHwInterface *hw, AvahiProtocol protocol) {
374 AvahiHwInterface *avahi_hw_interface_new(AvahiInterfaceMonitor *m, AvahiIfIndex idx) {
375 AvahiHwInterface *hw;
380 if (!(hw = avahi_new(AvahiHwInterface, 1)))
392 AVAHI_LLIST_PREPEND(AvahiHwInterface, hardware, m->hw_interfaces, hw);
464 void avahi_hw_interface_check_relevant(AvahiHwInterface *h
[all...]
H A Diface-linux.c82 AvahiHwInterface *hw;
90 /* Check whether there already is an AvahiHwInterface object
165 AvahiHwInterface *hw;
171 /* Get a reference to our AvahiHwInterface object of this interface */
H A Diface-pfroute.c64 AvahiHwInterface *hw;
373 AvahiHwInterface *hw;

Completed in 43 milliseconds