HomeSort by relevance Sort by last modified time
    Searched refs:nconf (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/boringssl/src/decrepit/x509/
x509_decrepit.c 21 CONF *nconf = NULL; local
25 nconf = NCONF_new(NULL /* no method */);
26 if (nconf == NULL) {
30 orig_data = nconf->data;
31 nconf->data = conf;
34 X509_EXTENSION *ret = X509V3_EXT_nconf_nid(nconf, ctx, ext_nid, value);
36 if (nconf != NULL) {
37 nconf->data = orig_data;
38 NCONF_free(nconf);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_set/
tirpc_rpcb_set.c 49 struct netconfig *nconf = NULL; local
51 nconf = getnetconfigent("udp");
52 if (nconf == NULL) {
53 printf("err nconf\n");
57 transp = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
63 test_status = !rpcb_set(progNum, VERSNUM, nconf, &(transp->xp_ltaddr));
65 if (!rpcb_unset(progNum, VERSNUM, nconf)) {
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_unset/
tirpc_rpcb_unset.c 49 struct netconfig *nconf = NULL; local
51 nconf = getnetconfigent("udp");
52 if (nconf == NULL) {
53 printf("err nconf\n");
57 transp = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
63 if (!rpcb_set(progNum, VERSNUM, nconf, &(transp->xp_ltaddr))) {
68 test_status = !rpcb_unset(progNum, VERSNUM, nconf);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_tli_create/
tirpc_svc_tli_create.c 52 struct netconfig *nconf = NULL; local
59 nconf = getnetconfigent("udp");
60 if (nconf == NULL) {
62 printf("err nconf\n");
66 transp = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg/
tirpc_svc_reg.c 55 struct netconfig *nconf = NULL; local
62 nconf = getnetconfigent("udp");
63 if (nconf == NULL) {
65 printf("err nconf\n");
69 transp = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
72 test_status = !svc_reg(transp, progNum, VERSNUM, exm_proc, nconf);
tirpc_svc_reg_stress.c 56 struct netconfig *nconf = NULL; local
66 nconf = getnetconfigent("udp");
67 if (nconf == NULL) {
69 printf("err nconf\n");
73 transp = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
77 if (svc_reg(transp, progNum, VERSNUM, exm_proc, nconf))
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_unreg/
tirpc_svc_unreg.c 55 struct netconfig *nconf = NULL; local
62 nconf = getnetconfigent("udp");
63 if (nconf == NULL) {
65 printf("err nconf\n");
69 transp = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
72 svc_reg(transp, progNum, VERSNUM, exm_proc, nconf);
tirpc_svc_unreg_stress.c 56 struct netconfig *nconf = NULL; local
65 nconf = getnetconfigent("udp");
66 if (nconf == NULL) {
68 printf("err nconf\n");
72 transp = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
77 svc_reg(transp, progNum, VERSNUM, exm_proc, nconf);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create/
tirpc_clnt_tp_create.c 56 struct netconfig *nconf = NULL; local
59 nconf = getnetconfigent("udp");
61 if ((struct netconfig *)nconf == NULL) {
68 VERSNUM, (struct netconfig *)nconf);
72 printf("nconf : %p\n", nconf);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create_timed/
tirpc_clnt_tp_create_timed.c 55 struct netconfig *nconf = NULL; local
59 nconf = getnetconfigent("udp");
61 if ((struct netconfig *)nconf == NULL) {
72 VERSNUM, (struct netconfig *)nconf, &tv);
76 printf("nconf : %p\n", nconf);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
tirpc_rpcb_rmtcall_dataint.c 56 struct netconfig *nconf = NULL; local
76 nconf = getnetconfigent("udp");
77 if (nconf == NULL) {
78 fprintf(stderr, "err nconf\n");
92 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
101 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, INTPROCNUM,
113 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, INTPROCNUM,
125 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, LNGPROCNUM,
137 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, DBLPROCNUM,
151 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, STRPROCNUM
    [all...]
tirpc_rpcb_rmtcall.c 55 struct netconfig *nconf = NULL; local
71 nconf = getnetconfigent("udp");
72 if (nconf == NULL) {
73 fprintf(stderr, "err nconf\n");
87 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
93 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, PROCNUM,
tirpc_rpcb_rmtcall_stress.c 57 struct netconfig *nconf = NULL; local
76 nconf = getnetconfigent("udp");
77 if (nconf == NULL) {
79 fprintf(stderr, "err nconf\n");
94 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
101 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, PROCNUM,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noproc/
tirpc_svcerr_noproc.c 56 struct netconfig *nconf = NULL; local
71 nconf = getnetconfigent("udp");
72 if (nconf == NULL) {
74 printf("err nconf\n");
88 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noprog/
tirpc_svcerr_noprog.c 56 struct netconfig *nconf = NULL; local
71 nconf = getnetconfigent("udp");
72 if (nconf == NULL) {
74 printf("err nconf\n");
88 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, 667, VERSNUM, 0, 0); /* Wrong Program Number */
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_progvers/
tirpc_svcerr_progvers.c 56 struct netconfig *nconf = NULL; local
71 nconf = getnetconfigent("udp");
72 if (nconf == NULL) {
74 printf("err nconf\n");
88 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, progNum, VERSNUM, 0, 0); /* Wrong Program Version */
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_systemerr/
tirpc_svcerr_systemerr.c 56 struct netconfig *nconf = NULL; local
71 nconf = getnetconfigent("udp");
72 if (nconf == NULL) {
74 printf("err nconf\n");
88 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, progNum, VERSNUM, 0, 0); /* Wrong Program Version */
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_weakauth/
tirpc_svcerr_weakauth.c 56 struct netconfig *nconf = NULL; local
71 nconf = getnetconfigent("udp");
72 if (nconf == NULL) {
74 printf("err nconf\n");
88 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, progNum, VERSNUM, 0, 0); /* Wrong Program Version */
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
tirpc_expertlevel_clnt_call.c 56 struct netconfig *nconf = NULL; local
72 nconf = getnetconfigent("udp");
73 if (nconf == NULL) {
74 fprintf(stderr, "err nconf\n");
88 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr,
tirpc_expertlevel_clnt_call_stress.c 57 struct netconfig *nconf = NULL; local
76 nconf = getnetconfigent("udp");
77 if (nconf == NULL) {
79 fprintf(stderr, "err nconf\n");
94 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
101 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create/
tirpc_clnt_tli_create.c 56 struct netconfig *nconf = NULL; local
65 nconf = getnetconfigent("udp");
66 if (nconf == NULL) {
68 printf("err nconf\n");
82 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
88 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr,
tirpc_clnt_tli_create_limits.c 64 struct netconfig *nconf = NULL; local
73 nconf = getnetconfigent("udp");
74 if (nconf == NULL) {
76 fprintf(stderr, "err nconf\n");
91 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
113 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_control/
tirpc_clnt_control.c 56 struct netconfig *nconf = NULL; local
62 nconf = getnetconfigent("udp");
64 if ((struct netconfig *)nconf == NULL) {
74 VERSNUM, (struct netconfig *)nconf, &tv);
80 printf("nconf : %p\n", nconf);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_addrmanagmt_rpcb_getaddr/
tirpc_rpcb_getaddr.c 55 struct netconfig *nconf = NULL; local
69 /* Returns a pointer to nconf corresponding to NETCONF */
70 if ((nconf = getnetconfigent("udp")) == NULL) {
75 test_status = !rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1]);
tirpc_rpcb_getaddr_limits.c 52 struct netconfig *nconf = NULL; local
61 if ((nconf = getnetconfigent("udp")) == NULL) {
69 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {

Completed in 128 milliseconds

1 2 3