]>
git.saurik.com Git - apple/configd.git/blob - SystemConfiguration.fproj/ppp.h
2 * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * The contents of this file constitute Original Code as defined in and
7 * are subject to the Apple Public Source License Version 1.1 (the
8 * "License"). You may not use this file except in compliance with the
9 * License. Please obtain a copy of the License at
10 * http://www.apple.com/publicsource and read it before using this file.
12 * This Original Code and all software distributed under the License are
13 * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
14 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
15 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
17 * License for the specific language governing rights and limitations
20 * @APPLE_LICENSE_HEADER_END@
24 * Modification History
26 * Feb 10, 2001 Allan Nathanson <ajn@apple.com>
29 * Feb 2000 Christophe Allie <callie@apple.com>
30 * - initial revision (as ppplib.h)
36 #include <sys/cdefs.h>
37 #include <CoreFoundation/CoreFoundation.h>
42 int PPPInit (int *ref
);
44 int PPPDispose (int ref
);
55 int PPPConnect (int ref
,
58 int PPPDisconnect (int ref
,
60 #endif /* NOT_NEEDED */
62 int PPPGetNumberOfLinks (int ref
,
65 int PPPGetLinkByIndex (int ref
,
69 int PPPGetLinkByServiceID (int ref
,
70 CFStringRef serviceID
,
73 int PPPGetOption (int ref
,
80 int PPPSetOption (int ref
,
85 #endif /* NOT_NEEDED */
87 int PPPStatus (int ref
,
89 struct ppp_status
**stat
);
92 int PPPEnableEvents (int ref
,
95 #endif /* NOT_NEEDED */