Home | History | Annotate | Download | only in libpcap

Lines Matching refs:conf

631 	char conf[30]; /* dag configure string */
751 snprintf(conf, 30, "varlen slen=%d", (snaplen + 3) & ~3);
753 if(dag_configure(handle->fd, conf) < 0) {