OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [net/] [ppp/] [current/] [include/] [names.h] - Blame information for rev 786

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.