Searched refs:service (Results 126 - 150 of 160) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c36 static pstring service; variable
242 d_printf("Current directory is %s",service);
2829 cli = cli_cm_open(desthost, service, True);
3145 cli = cli_cm_open(desthost, service, True);
3206 cli = cli_cm_open(desthost, service, True);
3328 poptSetOtherOptionHelp(pc, "service <password>");
3437 pstrcpy(service,poptGetArg(pc));
3438 /* Convert any '/' characters in the service name to '\' characters */
3439 string_replace(service, '/','\\');
3441 if (count_chars(service,'\\') <
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Ddns_sd.h120 * by renaming the service. NoAutoRename overrides this behavior - with this
122 * is only valid if a name is explicitly specified when registering a service
188 kDNSServiceType_WKS = 11, /* Well known service. */
260 /* Maximum length, in bytes, of a service name represented as a */
293 * As DNS-SD becomes more popular, rich-text domains for service discovery will
298 * _service._udp, where the "service" part is 1-14 characters, which may be
312 * Suppose you have an service called "Dr. Smith\Dr. Johnson", of type "_ftp._tcp"
314 * The full (escaped) DNS name of this service's SRV record would be:
337 * a service, then that service wil
[all...]
H A Dcompat.c785 const char *service,
794 if (avahi_service_name_join(fullName, kDNSServiceMaxDomainName, service, regtype, domain) < 0)
978 /* If the service name is taken from the host name, copy that */
1004 /* Register the service */
1059 /* Register the service with that new name */
783 DNSServiceConstructFullName( char *fullName, const char *service, const char *regtype, const char *domain) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dauth_gss.c84 enum rpc_gss_svc service; member in struct:gss_auth
634 gss_auth->service = gss_pseudoflavor_to_service(gss_auth->mech, flavor);
635 if (gss_auth->service == 0)
743 cred->gc_service = gss_auth->service;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/pcmcia/
H A Dcs.h351 enum service { enum
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c295 const char *service; local
318 service = p+1;
320 service = service_buf;
325 conn = make_connection(service,password_blob,dev,vuid,&nt_status);
339 DEBUG(3,("tcon service=%s cnum=%d\n",
340 service, conn->cnum));
352 fstring service; local
368 *service = *client_devicetype = 0;
391 * the service name can be either: \\server\share
400 fstrcpy(service,
[all...]
H A Dlanman.c1063 static int fill_srv_info(struct srv_info_struct *service, argument
1085 len = strlen(service->comment)+1;
1112 push_ascii(p,service->name, MAX_NETBIOSNAME_LEN, STR_TERMINATE);
1116 push_ascii(p,service->name,MAX_NETBIOSNAME_LEN, STR_TERMINATE);
1117 SIVAL(p,18,service->type);
1119 len += CopyAndAdvance(&p2,service->comment,&l2);
2270 DEBUG(0,("api_PrintJobInfo: unable to get service number from sharename [%s]\n",
H A Dmsdfs.c28 Parse the pathname of the form \hostname\service\reqpath
74 Parse the pathname of the form /hostname/service/reqpath
127 conn->service = snum;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/divert/
H A Disdn_divert.c112 u_char service, char *fwd_nr, ulong *procid)
128 *p++ = 0xa; /* service tag */
130 *p++ = service; /* service to handle */
164 cs->ics.arg = DSS1_CMD_INVOKE; /* invoke supplementary service */
181 service & 0xFF,
668 if (n < 6) continue; /* no service and proc */
110 cf_command(int drvid, int mode, u_char proc, char *msn, u_char service, char *fwd_nr, ulong *procid) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl611 my $service = $dse->get_value('ldapServiceName') || "";
612 if ($service) {
613 my ($t,$realm) = split(/\@/, $service);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/
H A Dipv4.c599 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; local
610 if (dccp_bad_service_code(sk, service)) {
659 dreq->dreq_service = service;
H A Dipv6.c429 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; local
439 if (dccp_bad_service_code(sk, service)) {
493 dreq->dreq_service = service;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcliconnect.c1458 @param service (optional) The share to make the connection to. Should be 'unqualified' in any way.
1470 const char *service, const char *service_type,
1502 if (service) {
1503 if (!cli_send_tconX(cli, service, service_type,
1592 const char *service, const char *pass, const char *dev,
1611 *p++ = 4; p += clistr_push(cli, p, service, -1, STR_TERMINATE | STR_NOALIGN);
1466 cli_full_connection(struct cli_state **output_cli, const char *my_name, const char *dest_host, struct in_addr *dest_ip, int port, const char *service, const char *service_type, const char *user, const char *domain, const char *password, int flags, int signing_state, BOOL *retry) argument
1591 cli_raw_tcon(struct cli_state *cli, const char *service, const char *pass, const char *dev, uint16 *max_xmit, uint16 *tid) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dvfs_macros.h31 #define SMB_VFS_CONNECT(conn, service, user) ((conn)->vfs.ops.connect((conn)->vfs.handles.connect, (conn), (service), (user)))
132 #define SMB_VFS_OPAQUE_CONNECT(conn, service, user) ((conn)->vfs_opaque.ops.connect((conn)->vfs_opaque.handles.connect, (conn), (service), (user)))
233 #define SMB_VFS_NEXT_CONNECT(handle, conn, service, user) ((handle)->vfs_next.ops.connect((handle)->vfs_next.handles.connect, (conn), (service), (user)))
H A Dvfs.h205 int (*connect)(struct vfs_handle_struct *handle, struct connection_struct *conn, const char *service, const char *user);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c482 struct servent *service; local
484 if ((service = getservbyname(name, proto)) != NULL)
485 return ntohs((unsigned short) service->s_port);
499 "invalid port/service `%s' specified", port);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c205 static void service(struct stat statbuf, char *path);
1171 static void service(struct stat statbuf, char *path) function
1214 service(statbuf, path);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/VFS/
H A Dskel_transparent.c40 static int skel_connect(vfs_handle_struct *handle, connection_struct *conn, const char *service, const char *user) argument
42 return SMB_VFS_NEXT_CONNECT(handle, conn, service, user);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_afsacl.c1000 const char *service,
1010 return SMB_VFS_NEXT_CONNECT(handle, conn, service, user);
998 afsacl_connect(vfs_handle_struct *handle, connection_struct *conn, const char *service, const char *user) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Deni.c685 vci = readl(eni_dev->service+eni_dev->serv_read*4);
694 EVENT("getting from service\n",0,0);
696 EVENT("double service\n",0,0);
863 /* transition service->rx: rxing++, servicing-- */
1505 EVENT("INT: service, starting get_service\n",0,0);
1782 eni_dev->service = eni_dev->tx_dma+NR_DMA_TX*8;
1783 buf = eni_dev->service+NR_SERVICE*4;
1786 eni_dev->service,buf);
1809 * 0x00006000 488 service list
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/mm/
H A Dtlb-miss.S231 # we can now resume normal service
351 # we can now resume normal service
460 # we can now resume normal service
585 # we can now resume normal service
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/
H A DMakefile.in113 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@ $(srcdir)/avahi-gobject/ga-service-browser.h \
114 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@ $(srcdir)/avahi-gobject/ga-service-resolver.h
530 service-type-database \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.c505 int service; /* bh needs to be run */ member in struct:aha152x_hostdata
1427 * Run service completions on the card with interrupts enabled.
1482 if( HOSTDATA(shpnt)->service==0 ) {
1483 HOSTDATA(shpnt)->service=1;
2493 if( HOSTDATA(shpnt)->service==0 ) {
2498 HOSTDATA(shpnt)->service = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Dip6tables.c252 struct servent *service; local
254 if ((service = getservbyname(name, proto)) != NULL)
255 return ntohs((unsigned short) service->s_port);
270 "invalid port/service `%s' specified", port);
H A Diptables.c251 struct servent *service; local
253 if ((service = getservbyname(name, proto)) != NULL)
254 return ntohs((unsigned short) service->s_port);
269 "invalid port/service `%s' specified", port);

Completed in 434 milliseconds

1234567