Searched refs:clientname (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_dhx_passwd.c68 static const char *clientname; variable
99 (void *) &clientname, NULL ) < 0 )
339 sprintf( hostname, "%s@%s", dhxpwd->pw_name, clientname );
H A Duams_passwd.c65 static const char *clientname; variable
85 (void *) &clientname, NULL ) < 0 )
135 sprintf( hostname, "%s@%s", username, clientname );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dprint_cups.c567 char *clientname = NULL; /* hostname of client for job-originating-host attribute */ local
621 clientname = client_name();
622 if (strcmp(clientname, "UNKNOWN") == 0) {
623 clientname = client_addr();
628 clientname);
H A Dprint_iprint.c730 char *clientname = NULL; /* hostname of client for job-originating-host attribute */ local
782 clientname = client_name();
783 if (strcmp(clientname, "UNKNOWN") == 0) {
784 clientname = client_addr();
789 clientname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dminidlna.c967 struct sockaddr_in clientname; local
969 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
978 inet_ntoa(clientname.sin_addr),
979 ntohs(clientname.sin_port) );
988 tmp->clientaddr = clientname.sin_addr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminidlna.c1270 struct sockaddr_in clientname; local
1272 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
1285 inet_ntoa(clientname.sin_addr),
1286 ntohs(clientname.sin_port) );
1295 tmp->clientaddr = clientname.sin_addr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dauth.c318 char *clientname; local
330 clientname = hp->h_name;
332 clientname = inet_ntoa( dsi->client.sin_addr );
334 sprintf( hostname, "%s@%s", pwd->pw_name, clientname );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_spoolss.c904 const fstring clientname,
929 q_u->user_ctr.user.user1->size = strlen(clientname) + strlen(user_name) + 10;
944 init_unistr2(q_u->user_ctr.user.user1->client_name, clientname, UNI_STR_TERMINATE);
955 const char *srv_name, const char* clientname, const char* user_name,
1007 init_unistr2(q_u->user_ctr.user.user1->client_name, clientname, UNI_STR_TERMINATE);
900 make_spoolss_q_open_printer_ex(SPOOL_Q_OPEN_PRINTER_EX *q_u, const fstring printername, const fstring datatype, uint32 access_required, const fstring clientname, const fstring user_name) argument
954 make_spoolss_q_addprinterex( TALLOC_CTX *mem_ctx, SPOOL_Q_ADDPRINTEREX *q_u, const char *srv_name, const char* clientname, const char* user_name, uint32 level, PRINTER_INFO_CTR *ctr) argument

Completed in 257 milliseconds