| /src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
| svcb_64.h | 27 unsigned char *svc; member in struct:dns_rdata_in_svcb
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
| svcb_64.h | 28 unsigned char *svc; member in struct:dns_rdata_in_svcb
|
| /src/external/bsd/ntp/dist/libntp/ |
| socktohost.c | 30 const char svc[] = "ntp"; local 66 a_info = getaddrinfo(pbuf, svc, &hints, &alist); 76 a_info = getaddrinfo(pbuf, svc, &hints, &alist); 82 a_info = getaddrinfo(pbuf, svc, &hints, &alist);
|
| /src/lib/libc/rpc/ |
| rpc_soc.c | 229 SVCXPRT *svc; local 245 "svc%s_create: could not open connection", netid); 260 "svc%s_create: listen(2) failed: %s", 270 svc = svc_tli_create(fd, nconf, NULL, sendsize, recvsize); 272 if (svc == NULL) 274 port = (((struct sockaddr_in *)svc->xp_ltaddr.buf)->sin_port); 275 svc->xp_port = ntohs(port); 276 return svc;
|
| /src/usr.sbin/services_mkdb/ |
| services_mkdb.c | 78 StringList *sl, ***svc; local 128 svc = parseservices(fname, sl = sl_init()); 148 if (svc[port] == NULL) 153 if ((s = svc[port][proto]) == NULL) 158 free(svc[port]); 161 free(svc); 178 StringList ***svc, *s; local 185 svc = ecalloc(PMASK + 1, sizeof(StringList **)); 234 if (svc[pnum] == NULL) 235 svc[pnum] = ecalloc(PROTOMAX, sizeof(StringList *)) [all...] |
| /src/external/bsd/ppp/dist/pppd/plugins/pppoe/ |
| discovery.c | 309 PPPoETag *svc = (PPPoETag *) (&packet.payload); local 334 svc->type = TAG_SERVICE_NAME; 335 svc->length = htons(namelen); 338 memcpy(svc->payload, conn->serviceName, strlen(conn->serviceName)); 500 PPPoETag *svc = (PPPoETag *) packet.payload; local 520 svc->type = TAG_SERVICE_NAME; 521 svc->length = htons(namelen); 523 memcpy(svc->payload, conn->serviceName, namelen);
|
| /src/tests/lib/libc/rpc/ |
| t_rpc.c | 135 SVCXPRT *svc; local 144 svc = svc_raw_create(); 145 if (svc == NULL) 147 if (!svc_reg(svc, PROGNUM, VERSNUM, server, NULL)) 160 svc_destroy(svc); 312 atf_tc_set_md_var(tc, "descr", "Checks svc raw"); 324 atf_tc_set_md_var(tc, "descr", "Checks svc tcp (select)"); 336 atf_tc_set_md_var(tc, "descr", "Checks svc udp (select)"); 348 atf_tc_set_md_var(tc, "descr", "Checks svc tcp (poll)"); 360 atf_tc_set_md_var(tc, "descr", "Checks svc udp (poll)") [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| main_winsvc.c | 256 SC_HANDLE svc, scm; local 267 svc = CreateService(scm, WPASVC_NAME, WPASVC_DISPLAY_NAME, 272 if (!svc) { 280 if (!ChangeServiceConfig2(svc, SERVICE_CONFIG_DESCRIPTION, &sd)) { 286 CloseServiceHandle(svc); 297 SC_HANDLE svc, scm; local 308 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE); 309 if (!svc) { 315 if (QueryServiceStatus(svc, &status)) { 319 if (!ControlService(svc, SERVICE_CONTROL_STOP [all...] |
| p2p_supplicant_sd.c | 562 const u8 *svc = &query[1]; local 580 info = &svc[svc_len]; 584 /* Range check length of svc string and info block */ 592 if (svc_len && svc[svc_len - 1] == '*') { 604 if (os_memcmp(adv_data->svc_name, svc, svc_len) == 0 && 634 "P2P: Add Svc: %s info: %s", 638 wpa_printf(MSG_DEBUG, "P2P: Add Svc: %s", 666 /* Return error if no matching svc found */
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| pam.c | 33 struct berval svc; member in struct:paminfo 130 sdn.bv_len = pi->uid.bv_len + pi->svc.bv_len + hlen + 134 pi->svc.bv_val, pi->uid.bv_val, global_host_bv.bv_val); 236 pi.svc.bv_val = svcc; 237 pi.svc.bv_len = tmpint32; 363 pi.svc.bv_val = svcc; 364 pi.svc.bv_len = tmpint32; 437 ava.aa_value = pi.svc; 498 &pi.svc, NULL, op->o_tmpmemctx )) { 589 pi.svc.bv_val = svcc [all...] |
| /src/sys/fs/nfs/common/ |
| nfs_commonkrpc.c | 399 rpc_gss_service_t svc; local 411 svc = rpc_gss_svc_none; 413 svc = rpc_gss_svc_integrity; 415 svc = rpc_gss_svc_privacy; 419 srv_principal, mech_oid, svc); 423 svc, NULL, NULL, NULL);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| arm-tdep.h | 228 /* If non-NULL, override generic SVC handling (e.g. for a particular 232 } svc; member in union:arm_displaced_step_copy_insn_closure::__anon17797
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| arm-tdep.h | 228 /* If non-NULL, override generic SVC handling (e.g. for a particular 232 } svc; member in union:arm_displaced_step_copy_insn_closure::__anon20538
|
| /src/sys/dev/hpc/ |
| hpcfb.c | 1070 struct hpcfb_vchar *svc = &vscn[row].col[srccol]; local 1084 memcpy(dvc, svc, ncols*sizeof(struct hpcfb_vchar)); 1215 struct hpcfb_tvrow *svc = &vscn[src]; local 1231 if (svc > dvc) 1233 else if (svc < dvc) { 1234 svc += num-1; 1246 memcpy(&dvc->col[0], &svc->col[0], sizeof(struct hpcfb_vchar)*(svc->maxcol+1)); 1247 if (svc->maxcol < dvc->maxcol && dvc->spacecol < dvc->maxcol) 1249 dvc->maxcol = svc->maxcol 1266 struct hpcfb_vchar *svc; local [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| wpagui.cpp | 1806 SC_HANDLE svc, scm; local 1814 svc = OpenService(scm, WPASVC_NAME, SERVICE_START); 1815 if (!svc) { 1821 if (!StartService(svc, 0, NULL)) { 1826 CloseServiceHandle(svc); 1833 SC_HANDLE svc, scm; local 1842 svc = OpenService(scm, WPASVC_NAME, SERVICE_STOP); 1843 if (!svc) { 1849 if (!ControlService(svc, SERVICE_CONTROL_STOP, &status)) { 1854 CloseServiceHandle(svc); 1861 SC_HANDLE svc, scm; local [all...] |
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq.c | 671 const char svc[] = "ntp"; local 709 a_info = getaddrinfo(hname, svc, &hints, &ai); 719 a_info = getaddrinfo(hname, svc, &hints, &ai); 744 a_info = getaddrinfo(hname, svc, &hints, &ai);
|
| /src/external/mpl/bind/include/dns/ |
| rdatastruct.h | 1789 unsigned char *svc; member in struct:dns_rdata_in_svcb
|
| /src/external/mpl/dhcp/bind/include/dns/ |
| rdatastruct.h | 1983 unsigned char *svc; member in struct:dns_rdata_in_svcb
|