X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fnetdev-provider.h;h=6887e7f95d98a20b6e857d7c399d102642b62e99;hb=2c360fbb2777fba6d35599e4b53287e2ecb26fa9;hp=b095779cdac33b1f5e60b11d81f604b12b2d0038;hpb=76c308b50d316a2186283467e12564c0234c7501;p=openvswitch diff --git a/lib/netdev-provider.h b/lib/netdev-provider.h index b095779c..6887e7f9 100644 --- a/lib/netdev-provider.h +++ b/lib/netdev-provider.h @@ -544,7 +544,8 @@ struct netdev_class { * * This function may be set to null if it would always return EOPNOTSUPP * anyhow. */ - int (*arp_lookup)(const struct netdev *netdev, uint32_t ip, uint8_t mac[6]); + int (*arp_lookup)(const struct netdev *netdev, ovs_be32 ip, + uint8_t mac[6]); /* Retrieves the current set of flags on 'netdev' into '*old_flags'. * Then, turns off the flags that are set to 1 in 'off' and turns on the