Home | History | Annotate | Download | only in libaltq

Lines Matching defs:conf

202 	struct blue_conf conf;
220 memset(&conf, 0, sizeof(conf));
221 strncpy(conf.iface.blue_ifname, ifinfo->ifname, IFNAMSIZ);
222 conf.blue_max_pmark = blue_ifinfo->max_pmark;
223 conf.blue_hold_time = blue_ifinfo->hold_time;
224 conf.blue_limit = blue_ifinfo->qlimit;
225 conf.blue_pkttime = blue_ifinfo->pkttime;
226 conf.blue_flags = blue_ifinfo->flags;
227 if (ioctl(blue_fd, BLUE_CONFIG, &conf) < 0)