Package jnr.netdb

Interface NativeProtocolsDB.LinuxLibProto

    • Method Detail

      • getprotobyname_r

        int getprotobyname_r​(java.lang.String proto,
                             NativeProtocolsDB.UnixProtoent protoent,
                             jnr.ffi.Pointer buf,
                             jnr.ffi.NativeLong buflen,
                             jnr.ffi.Pointer result)
      • getprotobynumber_r

        int getprotobynumber_r​(int proto,
                               NativeProtocolsDB.UnixProtoent protoent,
                               jnr.ffi.Pointer buf,
                               jnr.ffi.NativeLong buflen,
                               jnr.ffi.Pointer result)
      • getprotoent_r

        int getprotoent_r​(NativeProtocolsDB.UnixProtoent protoent,
                          jnr.ffi.Pointer buf,
                          jnr.ffi.NativeLong buflen,
                          jnr.ffi.Pointer result)