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

1 23

  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
tirpc_bottomlevel_clnt_call_dataint.c 56 struct netconfig *nconf = NULL; local
76 nconf = getnetconfigent("udp");
77 if (nconf == NULL) {
79 fprintf(stderr, "err nconf\n");
95 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
tirpc_bottomlevel_clnt_call_mt.c 55 struct netconfig *nconf = NULL; local
71 nconf = getnetconfigent("udp");
72 if (nconf == NULL) {
74 printf("err nconf\n");
87 if (!rpcb_getaddr(progNum + atoi(arg), VERSNUM, nconf,
tirpc_bottomlevel_clnt_call_performance.c 102 struct netconfig *nconf = NULL; local
117 nconf = getnetconfigent("udp");
118 if (nconf == NULL) {
120 fprintf(stderr, "err nconf\n");
136 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
tirpc_bottomlevel_clnt_call_complex.c 80 struct netconfig *nconf = NULL; local
87 nconf = getnetconfigent("udp");
89 if ((struct netconfig *)nconf == NULL) {
104 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, hostname)) {
tirpc_bottomlevel_clnt_call_scalability.c 58 struct netconfig *nconf = NULL; local
72 nconf = getnetconfigent("udp");
73 if (nconf == NULL) {
75 fprintf(stderr, "err nconf\n");
91 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, hostname)) {
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
tirpc_interlevel_clnt_call_mt.c 54 struct netconfig *nconf = NULL; local
63 nconf = getnetconfigent("udp");
65 if ((struct netconfig *)nconf == NULL) {
75 VERSNUM, (struct netconfig *)nconf, &tv);
tirpc_interlevel_clnt_call_performance.c 101 struct netconfig *nconf = NULL; local
109 nconf = getnetconfigent("udp");
111 if ((struct netconfig *)nconf == NULL) {
121 VERSNUM, (struct netconfig *)nconf, &tv);
tirpc_interlevel_clnt_call_complex.c 78 struct netconfig *nconf = NULL; local
83 nconf = getnetconfigent("udp");
85 if ((struct netconfig *)nconf == NULL) {
92 VERSNUM, (struct netconfig *)nconf,
tirpc_interlevel_clnt_call_scalability.c 57 struct netconfig *nconf = NULL; local
61 nconf = getnetconfigent("udp");
63 if ((struct netconfig *)nconf == NULL) {
73 VERSNUM, (struct netconfig *)nconf, &tv);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/
tirpc_svc_5.c 46 struct netconfig *nconf; member in struct:server_def_t
74 this->nconf = getnetconfigent(this->netid);
75 if (this->nconf == NULL) {
101 exm_proc, this->nconf)) {
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_7/
tirpc_svc_7.c 64 struct netconfig *nconf; local
69 if ((nconf = getnetconfigent("udp")) == NULL) {
74 transp = svc_tp_create(exm_proc, progNum, VERSNUM, nconf);
81 if (!svc_reg(transp, progNum, VERSNUM, exm_proc, nconf)) {
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
tirpc_expertlevel_clnt_call_complex.c 80 struct netconfig *nconf = NULL; local
87 nconf = getnetconfigent("udp");
89 if ((struct netconfig *)nconf == NULL) {
104 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, hostname)) {
110 clnt = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr,
tirpc_expertlevel_clnt_call_scalability.c 58 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, hostname)) {
94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
tirpc_rpcb_rmtcall_complex.c 79 struct netconfig *nconf = NULL; local
86 nconf = getnetconfigent("udp");
88 if ((struct netconfig *)nconf == NULL) {
103 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, hostname)) {
119 rpcb_rmtcall(nconf, hostname, progNum, VERSNUM, CALCTHREADPROC,
tirpc_rpcb_rmtcall_scalability.c 57 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, hostname)) {
94 rpcb_rmtcall(nconf, hostname, progNum, VERSNUM, PROCNUM,
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 398 FILE *oconf, *nconf; local
486 nconf = fopen(tmp_fname, "w");
487 if (nconf == NULL) {
495 fprintf(nconf, "# WPS configuration - START\n");
497 fprintf(nconf, "wps_state=2\n");
500 fprintf(nconf, "ssid2=");
502 fprintf(nconf, "%02x", cred->ssid[i]);
503 fprintf(nconf, "\n");
505 fprintf(nconf, "ssid=");
507 fputc(cred->ssid[i], nconf);
    [all...]
  /external/boringssl/src/crypto/x509/
asn1_gen.c 138 ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf)
142 if (!nconf)
145 X509V3_set_nconf(&cnf, nconf);
  /external/dhcpcd-6.8.2/
if-options.c 639 char *p = NULL, *fp, *np, **nconf; local
1156 nconf = realloc(ifo->config, sizeof(char *) * (dl + 2));
1157 if (nconf == NULL) {
1161 ifo->config = nconf;
    [all...]
  /external/boringssl/src/include/openssl/
asn1.h     [all...]

Completed in 364 milliseconds

1 23