Searched refs:ServiceType (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dsoaplib.h105 IN char *ServiceType,
H A Dssdplib.h104 char ServiceType[LINE_SIZE]; //NT or ST member in struct:SsdpEventStruct
523 * IN char *ServiceType:Service type
538 IN char *ServiceType, int Exp);
H A Dupnpapi.h137 char ServiceType[NAME_SIZE]; member in struct:UpnpNonblockParam
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/soap/
H A Dsoaplib.h105 IN char *ServiceType,
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvctrlpt/
H A Dupnp_tv_ctrlpt.h84 char ServiceType[NAME_SIZE]; member in struct:tv_service
H A Dupnp_tv_ctrlpt.c629 SampleUtil_Print( "%s+- ServiceType = %s", spacer,
631 ServiceType );
775 strcpy( deviceNode->device.TvService[service].ServiceType,
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A Dupnp.h771 char ServiceType[LINE_SIZE]; member in struct:Upnp_Discovery
1469 * \item {\tt UPNP_E_INVALID_PARAM}: {\bf ServiceType}, {\bf Action},
1481 IN const char *ServiceType, /** The type of the service. */
1508 * \item {\tt UPNP_E_INVALID_PARAM}: {\bf ServiceType}, {\bf Action},
1520 IN const char *ServiceType, /** The type of the service. */
1547 * callback function or {\bf ServiceType}, {\bf Act}, or
1559 IN const char *ServiceType, /** The type of the service. */
1585 * callback function or {\bf ServiceType}, {\bf Act}, or
1597 IN const char *ServiceType, /** The type of the service. */
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/ssdp/
H A Dssdp_ctrlpt.c175 param.ServiceType[0] = '\0';
177 param.ServiceVer[0] = '\0'; // not used; version is in ServiceType
181 event.ServiceType[0] = '\0';
207 strcpy( param.ServiceType, event.ServiceType );
H A Dssdp_server.c79 * IN char *ServiceType:Service type
94 IN char *ServiceType,
361 "ServiceType not found \n" );
384 "ServiceType = %s\n", servType );
407 if( ServiceType != NULL ) {
408 if( !strncasecmp( ServiceType,
410 strlen( ServiceType ) ) )
543 strcpy( Evt->ServiceType, TempPtr );
88 AdvertiseAndReply( IN int AdFlag, IN UpnpDevice_Handle Hnd, IN enum SsdpSearchType SearchType, IN struct sockaddr_in *DestAddr, IN char *DeviceType, IN char *DeviceUDN, IN char *ServiceType, int Exp ) argument
H A Dssdp_device.c74 arg->event.ServiceType, arg->MaxAge );
156 "ServiceType = %s\n", event.ServiceType ); )
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvdevice/
H A Dupnp_tv_device.h158 char ServiceType[NAME_SIZE]; member in struct:TvService
H A Dupnp_tv_device.c146 strcpy( out->ServiceType, serviceTypeS );
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/api/
H A Dupnpapi.c2455 * IN const char *ServiceType: The type of the service.
2486 char *ServiceType = ( char * )ServiceType_const; local
2508 if( ServiceType == NULL || Action == NULL || RespNodePtr == NULL
2513 retVal = SoapSendAction( ActionURL, ServiceType, Action, RespNodePtr );
2566 char *ServiceType = ( char * )ServiceType_const; local
2594 if( ServiceType == NULL || Action == NULL || RespNodePtr == NULL ) {
2598 retVal = SoapSendActionEx( ActionURL, ServiceType, Header,
2616 * IN const char *ServiceType : The type of the service.
2650 char *ServiceType = ( char * )ServiceType_const; local
2673 if( ServiceType
2768 char *ServiceType = ( char * )ServiceType_const; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/common/
H A Dsample_util.c388 SampleUtil_Print( "ServiceType = %s\n",
389 d_event->ServiceType );

Completed in 114 milliseconds