Lines Matching refs:interface
86 const struct interface *iface;
99 struct interface *init_interface(const char *);
100 struct interface *discover_interfaces(int, char * const *);
101 void free_interface(struct interface *);
109 int up_interface(struct interface *);
110 int if_conf(struct interface *);
111 int if_init(struct interface *);
115 int if_address(const struct interface *,
134 int open_udp_socket(struct interface *);
141 int open_socket(struct interface *, int);
142 ssize_t send_packet(const struct interface *, struct in_addr,
144 ssize_t send_raw_packet(const struct interface *, int,
146 ssize_t get_raw_packet(struct interface *, int, void *, ssize_t, int *);
151 int carrier_status(struct interface *);