diff options
-rw-r--r-- | lwip/pfinet-ops.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lwip/pfinet-ops.c b/lwip/pfinet-ops.c index 1af2a3fe..5be85879 100644 --- a/lwip/pfinet-ops.c +++ b/lwip/pfinet-ops.c @@ -113,3 +113,13 @@ lwip_S_pfinet_siocgifconf (io_t port, return 0; } + +error_t +lwip_S_pfinet_getroutes (io_t port, + vm_size_t amount, + data_t *routes, + mach_msg_type_number_t *len, + boolean_t *dealloc_data) +{ + return EOPNOTSUPP; +} |