Struct libc::sock_fprog [−][src]
#[repr(C)]pub struct sock_fprog {
    pub len: c_ushort,
    pub filter: *mut sock_filter,
}Fields
len: c_ushortfilter: *mut sock_filter#[repr(C)]pub struct sock_fprog {
    pub len: c_ushort,
    pub filter: *mut sock_filter,
}len: c_ushortfilter: *mut sock_filter