Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 20, 2018 19:36
Show Gist options
  • Save ryantm/ad3687f7d46ffd3201e6fbe6e2e090b9 to your computer and use it in GitHub Desktop.
Save ryantm/ad3687f7d46ffd3201e6fbe6e2e090b9 to your computer and use it in GitHub Desktop.
/nix/store/npaq7mvly8z13h38c8g1x0y4ggxi77k0-libtirpc-1.0.3
├── etc
│   └── netconfig
├── include
│   └── tirpc
│   ├── netconfig.h
│   ├── rpc
│   │   ├── auth_des.h
│   │   ├── auth_gss.h
│   │   ├── auth.h
│   │   ├── auth_unix.h
│   │   ├── clnt.h
│   │   ├── clnt_soc.h
│   │   ├── clnt_stat.h
│   │   ├── des_crypt.h
│   │   ├── des.h
│   │   ├── key_prot.h
│   │   ├── nettype.h
│   │   ├── pmap_clnt.h
│   │   ├── pmap_prot.h
│   │   ├── pmap_rmt.h
│   │   ├── raw.h
│   │   ├── rpcb_clnt.h
│   │   ├── rpcb_prot.h
│   │   ├── rpcb_prot.x
│   │   ├── rpc_com.h
│   │   ├── rpcent.h
│   │   ├── rpc.h
│   │   ├── rpc_msg.h
│   │   ├── rpcsec_gss.h
│   │   ├── svc_auth_gss.h
│   │   ├── svc_auth.h
│   │   ├── svc_dg.h
│   │   ├── svc.h
│   │   ├── svc_mt.h
│   │   ├── svc_soc.h
│   │   ├── types.h
│   │   └── xdr.h
│   └── rpcsvc
│   ├── crypt.h
│   └── crypt.x
├── lib
│   ├── libtirpc.la
│   ├── libtirpc.so -> libtirpc.so.3.0.0
│   ├── libtirpc.so.3 -> libtirpc.so.3.0.0
│   ├── libtirpc.so.3.0.0
│   └── pkgconfig
│   └── libtirpc.pc
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
├── man3
│   ├── bindresvport.3t.gz
│   ├── des_crypt.3t.gz
│   ├── getnetconfig.3t.gz
│   ├── getnetpath.3t.gz
│   ├── getrpcent.3t.gz
│   ├── getrpcport.3t.gz
│   ├── rpc.3t.gz
│   ├── rpcbind.3t.gz
│   ├── rpc_clnt_auth.3t.gz
│   ├── rpc_clnt_calls.3t.gz
│   ├── rpc_clnt_create.3t.gz
│   ├── rpc_gss_getcred.3t.gz
│   ├── rpc_gss_get_error.3t.gz
│   ├── rpc_gss_get_mechanisms.3t.gz
│   ├── rpc_gss_get_mech_info.3t.gz
│   ├── rpc_gss_get_principal_name.3t.gz
│   ├── rpc_gss_get_versions.3t.gz
│   ├── rpc_gss_is_installed.3t.gz
│   ├── rpc_gss_max_data_length.3t.gz
│   ├── rpc_gss_mech_to_oid.3t.gz
│   ├── rpc_gss_qop_to_num.3t.gz
│   ├── rpc_gss_seccreate.3t.gz
│   ├── rpc_gss_set_callback.3t.gz
│   ├── rpc_gss_set_defaults.3t.gz
│   ├── rpc_gss_set_svc_name.3t.gz
│   ├── rpc_gss_svc_max_data_length.3t.gz
│   ├── rpcsec_gss.3t.gz
│   ├── rpc_secure.3t.gz
│   ├── rpc_soc.3t.gz
│   ├── rpc_svc_calls.3t.gz
│   ├── rpc_svc_create.3t.gz
│   ├── rpc_svc_err.3t.gz
│   ├── rpc_svc_reg.3t.gz
│   ├── rpc_xdr.3t.gz
│   └── rtime.3t.gz
└── man5
└── netconfig.5.gz
12 directories, 77 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment