RTA_LENGTH function

int RTA_LENGTH(
  1. int len
)

Implementation

int RTA_LENGTH(int len) => RTA_ALIGN(ffi.sizeOf<rtattr>() + len);