Lines Matching refs:interface
86 const struct interface *iface;
97 struct interface *init_interface(const char *);
98 struct interface *discover_interfaces(int, char * const *);
99 void free_interface(struct interface *);
107 int up_interface(struct interface *);
108 int if_conf(struct interface *);
109 int if_init(struct interface *);
113 int if_address(const struct interface *,
125 int if_route(const struct interface *, const struct in_addr *,
137 int open_udp_socket(struct interface *);
144 int open_socket(struct interface *, int);
145 ssize_t send_packet(const struct interface *, struct in_addr,
147 ssize_t send_raw_packet(const struct interface *, int,
149 ssize_t get_raw_packet(struct interface *, int, void *, ssize_t);
154 int carrier_status(struct interface *);