Home | History | Annotate | Download | only in libpcap

Lines Matching defs:ap

124 	va_list ap;
126 va_start(ap, fmt);
129 fmt, ap);
130 va_end(ap);