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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Ddiscovery.c133 if (conn->serviceName && len == strlen(conn->serviceName) &&
134 !strncmp((char *) data, conn->serviceName, len)) {
252 if (conn->serviceName) {
253 namelen = (UINT16_t) strlen(conn->serviceName);
272 if (conn->serviceName) {
273 memcpy(svc->payload, conn->serviceName, strlen(conn->serviceName));
322 pc.serviceNameOK = (conn->serviceName) ? 0 : 1;
423 if (conn->serviceName) {
[all...]
H A Dpppoe-discovery.c42 conn->serviceName = xstrdup(optarg);
H A Dplugin.c107 SET_STRING(conn->serviceName, pppd_pppoe_service);
H A Dpppoe.h259 char *serviceName; /* Desired service name, if any */ member in struct:PPPoEConnectionStruct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dnull-test.c40 AVAHI_GCC_UNUSED const char *serviceName,
35 reply( AVAHI_GCC_UNUSED DNSServiceRef sdRef, AVAHI_GCC_UNUSED DNSServiceFlags flags, AVAHI_GCC_UNUSED uint32_t interfaceIndex, AVAHI_GCC_UNUSED DNSServiceErrorType errorCode, AVAHI_GCC_UNUSED const char *serviceName, AVAHI_GCC_UNUSED const char *regtype, AVAHI_GCC_UNUSED const char *replyDomain, AVAHI_GCC_UNUSED void *context) argument
H A Ddns_sd.h809 * serviceName: The discovered service name. This name should be displayed to the user,
837 const char *serviceName,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Duams_krb4.c523 struct ktc_principal serviceName; local
544 rc=ktc_ListTokens(cellNum,&cellNum,&serviceName);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/param/
H A Dloadparm.c4030 fstring serviceName; local
4041 fstrcpy(serviceName, ServicePtrs[iService]->szService);
4042 standard_sub_basic(get_current_username(), serviceName,sizeof(serviceName)); local
4043 if (strequal(serviceName, pszServiceName))

Completed in 86 milliseconds