]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/net/ppp/v2_0/include/names.h
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / net / ppp / v2_0 / include / names.h
1 #ifndef CYGONCE_PPP_NAMES_H
2 #define CYGONCE_PPP_NAMES_H
3 // ====================================================================
4 //
5 //      names.h
6 //
7 //      PPP name remapping
8 //
9 // ====================================================================
10 //####ECOSGPLCOPYRIGHTBEGIN####
11 // -------------------------------------------
12 // This file is part of eCos, the Embedded Configurable Operating System.
13 // Copyright (C) 2003 eCosCentric Ltd.
14 //
15 // eCos is free software; you can redistribute it and/or modify it under
16 // the terms of the GNU General Public License as published by the Free
17 // Software Foundation; either version 2 or (at your option) any later version.
18 //
19 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
20 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
21 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
22 // for more details.
23 //
24 // You should have received a copy of the GNU General Public License along
25 // with eCos; if not, write to the Free Software Foundation, Inc.,
26 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
27 //
28 // As a special exception, if other files instantiate templates or use macros
29 // or inline functions from this file, or you compile this file and link it
30 // with other works to produce a work based on this file, this file does not
31 // by itself cause the resulting work to be covered by the GNU General Public
32 // License. However the source code for this file must still be made available
33 // in accordance with section (3) of the GNU General Public License.
34 //
35 // This exception does not invalidate any other reasons why a work based on
36 // this file might be covered by the GNU General Public License.
37 //
38 // Alternative licenses for eCos may be arranged by contacting the
39 // copyright holder.
40 // -------------------------------------------
41 //####ECOSGPLCOPYRIGHTEND####
42 // ====================================================================
43 //#####DESCRIPTIONBEGIN####
44 //
45 // Author(s):           nickg
46 // Contributors:        nickg
47 // Date:                2003-06-01
48 // Purpose:             Name Remapping
49 // Description:         This header contains redefinitions of all the
50 //                      external names defined in the PPP package. This 
51 //                      avoids polluting the namespace with name that
52 //                      might clash with application symbols.
53 //
54 //####DESCRIPTIONEND####
55 //
56 // ====================================================================
57
58 // net/ppp/current/src/auth.c:
59 #define auth_check_options cyg_ppp_auth_check_options
60 #define auth_ip_addr cyg_ppp_auth_ip_addr
61 #define auth_peer_fail cyg_ppp_auth_peer_fail
62 #define auth_peer_success cyg_ppp_auth_peer_success
63 #define auth_reset cyg_ppp_auth_reset
64 #define auth_withpeer_fail cyg_ppp_auth_withpeer_fail
65 #define auth_withpeer_success cyg_ppp_auth_withpeer_success
66 #define bad_ip_adrs cyg_ppp_bad_ip_adrs
67 #define check_access cyg_ppp_check_access
68 #define check_passwd cyg_ppp_check_passwd
69 #define get_secret cyg_ppp_get_secret
70 #define link_down cyg_ppp_link_down
71 #define link_established cyg_ppp_link_established
72 #define link_required cyg_ppp_link_required
73 #define link_terminated cyg_ppp_link_terminated
74 #define np_down cyg_ppp_np_down
75 #define np_finished cyg_ppp_np_finished
76 #define np_up cyg_ppp_np_up
77 #define peer_authname cyg_ppp_peer_authname
78
79 // net/ppp/current/src/bsd_comp.c:
80 #define ppp_bsd_compress cyg_ppp_ppp_bsd_compress
81
82 // net/ppp/current/src/cbcp.c:
83 #define cbcp cyg_ppp_cbcp
84 #define cbcp_codenames cyg_ppp_cbcp_codenames
85 #define cbcp_optionnames cyg_ppp_cbcp_optionnames
86 #define cbcp_protent cyg_ppp_cbcp_protent
87
88 // net/ppp/current/src/ccp.c:
89 #define ccp_allowoptions cyg_ppp_ccp_allowoptions
90 #define ccp_fsm cyg_ppp_ccp_fsm
91 #define ccp_gotoptions cyg_ppp_ccp_gotoptions
92 #define ccp_hisoptions cyg_ppp_ccp_hisoptions
93 #define ccp_protent cyg_ppp_ccp_protent
94 #define ccp_wantoptions cyg_ppp_ccp_wantoptions
95
96 // net/ppp/current/src/chap.c:
97 #define ChapAuthPeer cyg_ppp_ChapAuthPeer
98 #define ChapAuthWithPeer cyg_ppp_ChapAuthWithPeer
99 #define chap cyg_ppp_chap
100 #define chap_protent cyg_ppp_chap_protent
101
102 // net/ppp/current/src/fsm.c:
103 #define fsm_close cyg_ppp_fsm_close
104 #define fsm_init cyg_ppp_fsm_init
105 #define fsm_input cyg_ppp_fsm_input
106 #define fsm_lowerdown cyg_ppp_fsm_lowerdown
107 #define fsm_lowerup cyg_ppp_fsm_lowerup
108 #define fsm_open cyg_ppp_fsm_open
109 #define fsm_protreject cyg_ppp_fsm_protreject
110 #define fsm_sdata cyg_ppp_fsm_sdata
111 #define peer_mru cyg_ppp_peer_mru
112
113 // net/ppp/current/src/if_ppp.c:
114 #define ppp_dequeue cyg_ppp_ppp_dequeue
115 #define ppp_restart cyg_ppp_ppp_restart
116 #define ppp_softc cyg_ppp_ppp_softc
117 #define pppalloc cyg_ppp_pppalloc
118 #define pppattach cyg_ppp_pppattach
119 #define pppdealloc cyg_ppp_pppdealloc
120 #define pppioctl cyg_ppp_pppioctl
121 #define pppoutput cyg_ppp_pppoutput
122 #define ppppktin cyg_ppp_ppppktin
123
124 // net/ppp/current/src/ipcp.c:
125 #define ip_ntoa cyg_ppp_ip_ntoa
126 #define ipcp_allowoptions cyg_ppp_ipcp_allowoptions
127 #define ipcp_fsm cyg_ppp_ipcp_fsm
128 #define ipcp_gotoptions cyg_ppp_ipcp_gotoptions
129 #define ipcp_hisoptions cyg_ppp_ipcp_hisoptions
130 #define ipcp_protent cyg_ppp_ipcp_protent
131 #define ipcp_wantoptions cyg_ppp_ipcp_wantoptions
132
133 // net/ppp/current/src/lcp.c:
134 #define lcp_allowoptions cyg_ppp_lcp_allowoptions
135 #define lcp_close cyg_ppp_lcp_close
136 #define lcp_fsm cyg_ppp_lcp_fsm
137 #define lcp_gotoptions cyg_ppp_lcp_gotoptions
138 #define lcp_hisoptions cyg_ppp_lcp_hisoptions
139 #define lcp_loopbackfail cyg_ppp_lcp_loopbackfail
140 #define lcp_lowerdown cyg_ppp_lcp_lowerdown
141 #define lcp_lowerup cyg_ppp_lcp_lowerup
142 #define lcp_open cyg_ppp_lcp_open
143 #define lcp_protent cyg_ppp_lcp_protent
144 #define lcp_sprotrej cyg_ppp_lcp_sprotrej
145 #define lcp_wantoptions cyg_ppp_lcp_wantoptions
146 #define xmit_accm cyg_ppp_xmit_accm
147
148 // net/ppp/current/src/net_ppp_magic.o:
149 #define magic cyg_ppp_magic
150 #define magic_init cyg_ppp_magic_init
151
152 // net/ppp/current/src/ppp_deflate.c:
153 #define ppp_deflate cyg_ppp_ppp_deflate
154 #define ppp_deflate_draft cyg_ppp_ppp_deflate_draft
155
156 // net/ppp/current/src/pppd.c:
157 #define auth_required cyg_ppp_auth_required
158 #define baud_rate cyg_ppp_baud_rate
159 #define connector cyg_ppp_connector
160 #define flowctl cyg_ppp_flowctl
161 #define cryptpap cyg_ppp_cryptpap
162 #define debug cyg_ppp_debug
163 #define default_device cyg_ppp_default_device
164 #define devnam cyg_ppp_devnam
165 #define die cyg_ppp_die
166 #define disable_defaultip cyg_ppp_disable_defaultip
167 #define disconnector cyg_ppp_disconnector
168 #define etime cyg_ppp_etime
169 #define explicit_remote cyg_ppp_explicit_remote
170 #define fmtmsg cyg_ppp_fmtmsg
171 #define format_packet cyg_ppp_format_packet
172 #define holdoff cyg_ppp_holdoff
173 #define hungup cyg_ppp_hungup
174 #define idle_time_limit cyg_ppp_idle_time_limit
175 #define ifname cyg_ppp_ifname
176 //#define ifunit cyg_ppp_ifunit
177 #define inpacket_buf cyg_ppp_inpacket_buf
178 #define inspeed cyg_ppp_inspeed
179 #define ipparam cyg_ppp_ipparam
180 #define kdebugflag cyg_ppp_kdebugflag
181 #define kill_link cyg_ppp_kill_link
182 #define lcp_echo_fails cyg_ppp_lcp_echo_fails
183 #define lcp_echo_interval cyg_ppp_lcp_echo_interval
184 #define line cyg_ppp_line
185 #define linep cyg_ppp_linep
186 #define lockflag cyg_ppp_lockflag
187 #define log_packet cyg_ppp_log_packet
188 #define max_con_attempts cyg_ppp_max_con_attempts
189 #define maxconnect cyg_ppp_maxconnect
190 #define minutes cyg_ppp_minutes
191 #define modem cyg_ppp_modem
192 #define need_holdoff cyg_ppp_need_holdoff
193 #define netmask cyg_ppp_netmask
194 #define no_ppp_msg cyg_ppp_no_ppp_msg
195 #define novm cyg_ppp_novm
196 #define open_ccp_flag cyg_ppp_open_ccp_flag
197 #define our_name cyg_ppp_our_name
198 #define outpacket_buf cyg_ppp_outpacket_buf
199 #define passwd cyg_ppp_passwd
200 #define persist cyg_ppp_persist
201 #define phase cyg_ppp_phase
202 #define print_string cyg_ppp_print_string
203 #define privileged cyg_ppp_privileged
204 #define progname cyg_ppp_progname
205 #define protocols cyg_ppp_protocols
206 #define proxyarp cyg_ppp_proxyarp
207 #define quit cyg_ppp_quit
208 #define refuse_chap cyg_ppp_refuse_chap
209 #define refuse_pap cyg_ppp_refuse_pap
210 #define neg_accm cyg_ppp_neg_accm
211 #define conf_accm cyg_ppp_conf_accm
212 #define remote_name cyg_ppp_remote_name
213 #define s_env_nalloc cyg_ppp_s_env_nalloc
214 #define script cyg_ppp_script
215 #define script_env cyg_ppp_script_env
216 #define stime cyg_ppp_stime
217 #define tty_handle cyg_ppp_tty_handle
218 #define tty_mode cyg_ppp_tty_mode
219 #define usehostname cyg_ppp_usehostname
220 #define uselogin cyg_ppp_uselogin
221 #define user cyg_ppp_user
222 #define vfmtmsg cyg_ppp_vfmtmsg
223 #define welcomer cyg_ppp_welcomer
224
225 // net/ppp/current/src/slcompress.c:
226 #define sl_compress_init cyg_ppp_sl_compress_init
227 #define sl_compress_tcp cyg_ppp_sl_compress_tcp
228 #define sl_uncompress_tcp cyg_ppp_sl_uncompress_tcp
229 #define sl_uncompress_tcp_core cyg_ppp_sl_uncompress_tcp_core
230
231 // net/ppp/current/src/sys-ecos.c:
232 #define GetMask cyg_ppp_GetMask
233 #define MD5Final cyg_MD5Final
234 #define MD5Init cyg_MD5Init
235 #define MD5Update cyg_MD5Update
236 #define ccp_fatal_error cyg_ppp_ccp_fatal_error
237 #define ccp_flags_set cyg_ppp_ccp_flags_set
238 #define ccp_test cyg_ppp_ccp_test
239 #define cifaddr cyg_ppp_cifaddr
240 #define cifdefaultroute cyg_ppp_cifdefaultroute
241 #define cifproxyarp cyg_ppp_cifproxyarp
242 #define clean_check cyg_ppp_clean_check
243 #define crypt cyg_ppp_crypt
244 #define disestablish_ppp cyg_ppp_disestablish_ppp
245 #define drand48 cyg_ppp_drand48
246 #define establish_ppp cyg_ppp_establish_ppp
247 #define get_host_seed cyg_ppp_get_host_seed
248 #define get_idle_time cyg_ppp_get_idle_time
249 #define mrand48 cyg_ppp_mrand48
250 #define netmask cyg_ppp_netmask
251 #define output cyg_ppp_output
252 #define ppp_available cyg_ppp_ppp_available
253 #define ppp_recv_config cyg_ppp_ppp_recv_config
254 #define ppp_send_config cyg_ppp_ppp_send_config
255 #define ppp_set_xaccm cyg_ppp_ppp_set_xaccm
256 #define ppp_tty cyg_ppp_ppp_tty
257 #define read_packet cyg_ppp_read_packet
258 #define restore_loop cyg_ppp_restore_loop
259 #define restore_tty cyg_ppp_restore_tty
260 #define set_up_tty cyg_ppp_set_up_tty
261 #define setdtr cyg_ppp_setdtr
262 #define sifaddr cyg_ppp_sifaddr
263 #define sifdefaultroute cyg_ppp_sifdefaultroute
264 #define sifdown cyg_ppp_sifdown
265 #define sifnpmode cyg_ppp_sifnpmode
266 #define sifproxyarp cyg_ppp_sifproxyarp
267 #define sifup cyg_ppp_sifup
268 #define sifvjcomp cyg_ppp_sifvjcomp
269 #define srand48 cyg_ppp_srand48
270 #define sys_check_options cyg_ppp_sys_check_options
271 #define sys_cleanup cyg_ppp_sys_cleanup
272 #define sys_close cyg_ppp_sys_close
273 #define sys_exit cyg_ppp_sys_exit
274 #define sys_init cyg_ppp_sys_init
275 #define syslog cyg_ppp_syslog
276 #define wait_input cyg_ppp_wait_input
277 #define wait_time cyg_ppp_wait_time
278
279 // net/ppp/current/src/upap.c:
280 #define pap_protent cyg_ppp_pap_protent
281 #define upap cyg_ppp_upap
282 #define upap_authpeer cyg_ppp_upap_authpeer
283 #define upap_authwithpeer cyg_ppp_upap_authwithpeer
284
285 // net/ppp/current/src/zlib.c:
286 #define _tr_align cyg_ppp__tr_align
287 #define _tr_flush_block cyg_ppp__tr_flush_block
288 #define _tr_init cyg_ppp__tr_init
289 #define _tr_stored_block cyg_ppp__tr_stored_block
290 #define _tr_stored_type_only cyg_ppp__tr_stored_type_only
291 #define _tr_tally cyg_ppp__tr_tally
292 #define adler32 cyg_ppp_adler32
293 #define deflate cyg_ppp_deflate
294 #define deflateCopy cyg_ppp_deflateCopy
295 #define deflateEnd cyg_ppp_deflateEnd
296 #define deflateInit2_ cyg_ppp_deflateInit2_
297 #define deflateInit_ cyg_ppp_deflateInit_
298 #define deflateOutputPending cyg_ppp_deflateOutputPending
299 #define deflateParams cyg_ppp_deflateParams
300 #define deflateReset cyg_ppp_deflateReset
301 #define deflateSetDictionary cyg_ppp_deflateSetDictionary
302 #define deflate_copyright cyg_ppp_deflate_copyright
303 #define inflateEnd cyg_ppp_inflateEnd
304 #define inflateIncomp cyg_ppp_inflateIncomp
305 #define inflateInit2_ cyg_ppp_inflateInit2_
306 #define inflateInit_ cyg_ppp_inflateInit_
307 #define inflateReset cyg_ppp_inflateReset
308 #define inflateSetDictionary cyg_ppp_inflateSetDictionary
309 #define inflateSync cyg_ppp_inflateSync
310 #define inflate_addhistory cyg_ppp_inflate_addhistory
311 #define inflate_blocks cyg_ppp_inflate_blocks
312 #define inflate_blocks_free cyg_ppp_inflate_blocks_free
313 #define inflate_blocks_new cyg_ppp_inflate_blocks_new
314 #define inflate_blocks_reset cyg_ppp_inflate_blocks_reset
315 #define inflate_codes cyg_ppp_inflate_codes
316 #define inflate_codes_free cyg_ppp_inflate_codes_free
317 #define inflate_codes_new cyg_ppp_inflate_codes_new
318 #define inflate_copyright cyg_ppp_inflate_copyright
319 #define inflate_fast cyg_ppp_inflate_fast
320 #define inflate_flush cyg_ppp_inflate_flush
321 #define inflate_mask cyg_ppp_inflate_mask
322 #define inflate_packet_flush cyg_ppp_inflate_packet_flush
323 #define inflate_ppp cyg_ppp_inflate_ppp
324 #define inflate_set_dictionary cyg_ppp_inflate_set_dictionary
325 #define inflate_trees_bits cyg_ppp_inflate_trees_bits
326 #define inflate_trees_dynamic cyg_ppp_inflate_trees_dynamic
327 #define inflate_trees_fixed cyg_ppp_inflate_trees_fixed
328 #define inflate_trees_free cyg_ppp_inflate_trees_free
329 #define zlibVersion cyg_ppp_zlibVersion
330
331 // ====================================================================
332 #endif // CYGONCE_PPP_NAMES_H