Lines Matching refs:interface
85 const struct interface *iface;
96 struct interface *init_interface(const char *);
97 struct interface *discover_interfaces(int, char * const *);
98 void free_interface(struct interface *);
106 int up_interface(struct interface *);
107 int if_conf(struct interface *);
108 int if_init(struct interface *);
112 int if_address(const struct interface *,
124 int if_route(const struct interface *, const struct in_addr *,
136 int open_udp_socket(struct interface *);
143 int open_socket(struct interface *, int);
144 ssize_t send_packet(const struct interface *, struct in_addr,
146 ssize_t send_raw_packet(const struct interface *, int,
148 ssize_t get_raw_packet(struct interface *, int, void *, ssize_t);
153 int carrier_status(struct interface *);
155 int get_hwaddr(struct interface *);