Sha256: afb700a0b12ab82db7ee8e0c7eb6e4cdd5d4350bce6c7945af1a177956a9e7a1

Contents?: true

Size: 1.21 KB

Versions: 23

Compression:

Stored size: 1.21 KB

Contents

/*
 * Author: Yasunobu Chiba
 *
 * Copyright (C) 2008-2012 NEC Corporation
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License, version 2, as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */


#include "trema.h"


typedef struct {
  struct ofp_match match;
  char service_name[ MESSENGER_SERVICE_NAME_LENGTH ];
  bool strict;
} handler_data;


void timeout( void *user_data );
void add_filter_completed( int status, void *user_data );
void delete_filter_completed( int status, int n_deleted, void *user_data );
void dump_filters( int status, int n_entries, packetin_filter_entry *entries, void *user_data );


/*
 * Local variables:
 * c-basic-offset: 2
 * indent-tabs-mode: nil
 * End:
 */

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
trema-0.3.9 src/examples/packetin_filter_config/utils.h
trema-0.3.8 src/examples/packetin_filter_config/utils.h
trema-0.3.7 src/examples/packetin_filter_config/utils.h
trema-0.3.6 src/examples/packetin_filter_config/utils.h
trema-0.3.5 src/examples/packetin_filter_config/utils.h
trema-0.3.4 src/examples/packetin_filter_config/utils.h
trema-0.3.3 src/examples/packetin_filter_config/utils.h
trema-0.3.2 src/examples/packetin_filter_config/utils.h
trema-0.3.1 src/examples/packetin_filter_config/utils.h
trema-0.3.0 src/examples/packetin_filter_config/utils.h
trema-0.2.8 src/examples/packetin_filter_config/utils.h
trema-0.2.7 src/examples/packetin_filter_config/utils.h
trema-0.2.6 src/examples/packetin_filter_config/utils.h
trema-0.2.5 src/examples/packetin_filter_config/utils.h
trema-0.2.4 src/examples/packetin_filter_config/utils.h
trema-0.2.3 src/examples/packetin_filter_config/utils.h
trema-0.2.2.1 src/examples/packetin_filter_config/utils.h
trema-0.2.2 src/examples/packetin_filter_config/utils.h
trema-0.2.1 src/examples/packetin_filter_config/utils.h
trema-0.2.0 src/examples/packetin_filter_config/utils.h