Home | History | Annotate | Download | only in libpcap

Lines Matching full:osminor

351 	bpf_u_int32 osmajor, osminor, osmicro;
766 release = get_release(&osmajor, &osminor, &osmicro);
767 if (osmajor == 5 && (osminor <= 2 || (osminor == 3 && osmicro < 2)) &&