Searched refs:conf_interface (Results 1 – 3 of 3) sorted by relevance
75 static int Ginterface(struct conf_interface *, char *);76 static int Ipassive(struct conf_interface *, char *);77 static int Itaddr(struct conf_interface *, char *);86 int (* func)(struct conf_interface *, char *);387 struct conf_interface *conf_if; in Finterface()420 Ginterface(struct conf_interface *conf_if, char *buf) in Ginterface()435 Itaddr(struct conf_interface *conf_if, char *buf) in Itaddr()444 Ipassive(struct conf_interface *conf_if, char *buf) in Ipassive()
54 struct conf_interface { struct58 SLIST_ENTRY(conf_interface) iflist; argument60 extern SLIST_HEAD(coifs_head,conf_interface) coifs_head;
293 struct conf_interface *coif; in is_passive_if()417 struct conf_interface *coif; in send_hello()