components/openvswitch/files/lib/dpif-solaris.h
changeset 7590 5461fab14904
parent 5730 cca4aa297e68
equal deleted inserted replaced
7589:7eccd056eff6 7590:5461fab14904
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
     3  */
     3  */
     4 
     4 
     5 /*
     5 /*
     6  * Copyright (c) 2010, 2011 Nicira, Inc.
     6  * Copyright (c) 2010, 2011 Nicira, Inc.
     7  *
     7  *
    34 int dpif_solaris_get_priority_details(void *, odp_port_t, uint_t,
    34 int dpif_solaris_get_priority_details(void *, odp_port_t, uint_t,
    35     struct smap *);
    35     struct smap *);
    36 void dpif_log(int, const char *, ...);
    36 void dpif_log(int, const char *, ...);
    37 void dpif_solaris_migrate_internal_port(const char *, const char *);
    37 void dpif_solaris_migrate_internal_port(const char *, const char *);
    38 struct netdev *dpif_solaris_obtain_netdev_to_migrate(char *, bool *);
    38 struct netdev *dpif_solaris_obtain_netdev_to_migrate(char *, bool *);
       
    39 void dpif_solaris_send_rarp(const char *);
    39 
    40 
    40 #endif	/* DPIF_SOLARIS_H */
    41 #endif	/* DPIF_SOLARIS_H */