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

/macosx-10.9.5/ppp-727.90.1/SampleCode/ClientAPI/
H A DPPPLib.h48 u_int8_t *serviceid);
51 u_int8_t *serviceid);
54 u_int8_t *serviceid,
60 u_int8_t *serviceid,
66 u_int8_t *serviceid,
70 u_int8_t *serviceid,
H A DPPPLib.c126 u_int8_t *serviceid,
138 if (serviceid) {
139 // serviceid is present, use it
141 msg.m_link = strlen(serviceid);
156 if (serviceid) {
157 if (writen(ref, serviceid, msg.m_link) < 0) {
180 if (serviceid && msg.m_link) {
230 PPPConnect(int ref, u_int8_t *serviceid) argument
235 serviceid,
251 PPPDisconnect(int ref, u_int8_t *serviceid) argument
125 PPPExec(int ref, u_int8_t *serviceid, u_int32_t cmd, void *request, u_int32_t requestLen, void **reply, u_int32_t *replyLen) argument
273 PPPGetOption(int ref, u_int8_t *serviceid, u_int32_t option, void **data, u_int32_t *dataLen) argument
310 PPPSetOption(int ref, u_int8_t *serviceid, u_int32_t option, void *data, u_int32_t dataLen) argument
342 PPPStatus(int ref, u_int8_t *serviceid, struct ppp_status **stat) argument
374 PPPEnableEvents(int ref, u_int8_t *serviceid, u_char enable) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Drx.h72 uint16_t serviceid; member in struct:rx_header
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_client.h42 CFStringRef serviceid; // service for which options apply member in struct:client_opts
97 CFMutableDictionaryRef client_newoptset (struct client *client, CFStringRef serviceid);
98 CFMutableDictionaryRef client_findoptset (struct client *client, CFStringRef serviceid);
H A Dscnc_client.h42 CFStringRef serviceid; // service for which options apply member in struct:client_opts
100 CFMutableDictionaryRef client_newoptset (struct client *client, CFStringRef serviceid);
101 CFMutableDictionaryRef client_findoptset (struct client *client, CFStringRef serviceid);
H A Dppp_client.c133 CFRelease(opts->serviceid);
181 CFMutableDictionaryRef client_newoptset (struct client *client, CFStringRef serviceid) argument
197 opts->serviceid = serviceid;
198 CFRetain(opts->serviceid);
206 CFMutableDictionaryRef client_findoptset (struct client *client, CFStringRef serviceid) argument
211 if (CFStringCompare(opts->serviceid, serviceid, 0) == kCFCompareEqualTo)
H A Dscnc_client.c138 CFRelease(opts->serviceid);
191 CFMutableDictionaryRef client_newoptset (struct client *client, CFStringRef serviceid) argument
207 opts->serviceid = serviceid;
208 CFRetain(opts->serviceid);
216 CFMutableDictionaryRef client_findoptset (struct client *client, CFStringRef serviceid) argument
221 if (CFStringCompare(opts->serviceid, serviceid, 0) == kCFCompareEqualTo)
H A Dnetwork_detection.c364 CFStringRef serviceid = NULL; local
387 serviceid = CFDictionaryGetValue(current_trigger_dict, kSCNetworkConnectionOnDemandServiceID);
388 if (!isString(serviceid))
390 if (CFStringCompare(serviceid, serv->serviceID, 0) == kCFCompareEqualTo) {
H A Dscnc_main.c2058 CFStringRef serviceid; local
2096 serviceid = CFDictionaryGetValue(current_trigger_dict, kSCNetworkConnectionOnDemandServiceID);
2097 if (serviceid == NULL)
2099 if (CFStringCompare(serviceid, serv->serviceID, 0) == kCFCompareEqualTo) {
2319 CFStringRef serviceid; local
2346 serviceid = CFDictionaryGetValue(current_trigger_dict, kSCNetworkConnectionOnDemandServiceID);
2347 if (serviceid == NULL)
2349 if (CFStringCompare(serviceid, serv->serviceID, 0) == kCFCompareEqualTo) {
/macosx-10.9.5/ppp-727.90.1/Drivers/PPPSerial/PPPSerial-plugin/
H A Dmain.c121 extern char *serviceid; /* configuration service ID to publish */
361 pathccl, serviceid);
368 pathccl, serviceid);
543 snprintf((char*)terminalcommand, sizeof(terminalcommand), "%s -l %s -x", pathccl, serviceid);
/macosx-10.9.5/modemccl-25.1/CCLEngine/
H A DCCLEngine.c265 int publish_entry(u_char *serviceid, CFStringRef entry, CFTypeRef value);
266 int unpublish_entry(u_char *serviceid, CFStringRef entry);
3200 int publish_entry(u_char *serviceid, CFStringRef entry, CFTypeRef value) argument
3210 kSCDynamicStoreDomainState, kSCCompNetwork, kSCCompService, serviceid, kSCEntNetModem)) {
3236 int unpublish_entry(u_char *serviceid, CFStringRef entry) argument
3247 kSCDynamicStoreDomainState, kSCCompNetwork, kSCCompService, serviceid, kSCEntNetModem)) {
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dsys-MacOSX.c222 char *serviceid = NULL; /* configuration service ID to publish */ variable
244 { "serviceid", o_string, &serviceid,
630 // serviceid is required if we want pppd to publish information into the cache
631 if (!serviceid) {
640 if ((serviceid = strdup(str)) == NULL)
647 serviceidRef = CFStringCreateWithFormat(NULL, NULL, CFSTR("%s"), serviceid);
889 servlen = strlen(serviceid);
907 bcopy(serviceid, p, servlen);
H A Dacsp.c66 extern char *serviceid; // defined in sys-MacOSX.c
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c7971 CFStringRef serviceid; local
7982 if ((serviceid = CopyNameFromKey(keys[i])) == NULL) continue;
7985 if (!CFStringGetCString(serviceid, buf, sizeof(buf), kCFStringEncodingUTF8)) buf[0] = 0;
7986 LogInfo("ChangedKeysHaveIPv4LL: found serviceid %s", buf);
7989 pattern = SCDynamicStoreKeyCreateNetworkServiceEntity(NULL, kSCDynamicStoreDomainSetup, serviceid, kSCEntNetIPv4);
7990 CFRelease(serviceid);

Completed in 468 milliseconds