japanese tweeting sample with newer version libraries

Dependencies:   TextLCD mbed

Committer:
nxpfan
Date:
Fri Aug 31 08:29:07 2012 +0000
Revision:
1:57304b082776
Parent:
0:66c7c9c4f765
mbed-lib has been updated also

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nxpfan 0:66c7c9c4f765 1 /*****************************************************************************
nxpfan 0:66c7c9c4f765 2 * ipcp.h - PPP IP NCP: Internet Protocol Network Control Protocol header file.
nxpfan 0:66c7c9c4f765 3 *
nxpfan 0:66c7c9c4f765 4 * Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc.
nxpfan 0:66c7c9c4f765 5 * portions Copyright (c) 1997 Global Election Systems Inc.
nxpfan 0:66c7c9c4f765 6 *
nxpfan 0:66c7c9c4f765 7 * The authors hereby grant permission to use, copy, modify, distribute,
nxpfan 0:66c7c9c4f765 8 * and license this software and its documentation for any purpose, provided
nxpfan 0:66c7c9c4f765 9 * that existing copyright notices are retained in all copies and that this
nxpfan 0:66c7c9c4f765 10 * notice and the following disclaimer are included verbatim in any
nxpfan 0:66c7c9c4f765 11 * distributions. No written agreement, license, or royalty fee is required
nxpfan 0:66c7c9c4f765 12 * for any of the authorized uses.
nxpfan 0:66c7c9c4f765 13 *
nxpfan 0:66c7c9c4f765 14 * THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS *AS IS* AND ANY EXPRESS OR
nxpfan 0:66c7c9c4f765 15 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
nxpfan 0:66c7c9c4f765 16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
nxpfan 0:66c7c9c4f765 17 * IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
nxpfan 0:66c7c9c4f765 18 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
nxpfan 0:66c7c9c4f765 19 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
nxpfan 0:66c7c9c4f765 20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
nxpfan 0:66c7c9c4f765 21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
nxpfan 0:66c7c9c4f765 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
nxpfan 0:66c7c9c4f765 23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
nxpfan 0:66c7c9c4f765 24 *
nxpfan 0:66c7c9c4f765 25 ******************************************************************************
nxpfan 0:66c7c9c4f765 26 * REVISION HISTORY
nxpfan 0:66c7c9c4f765 27 *
nxpfan 0:66c7c9c4f765 28 * 03-01-01 Marc Boucher <marc@mbsi.ca>
nxpfan 0:66c7c9c4f765 29 * Ported to lwIP.
nxpfan 0:66c7c9c4f765 30 * 97-12-04 Guy Lancaster <glanca@gesn.com>, Global Election Systems Inc.
nxpfan 0:66c7c9c4f765 31 * Original derived from BSD codes.
nxpfan 0:66c7c9c4f765 32 *****************************************************************************/
nxpfan 0:66c7c9c4f765 33 /*
nxpfan 0:66c7c9c4f765 34 * ipcp.h - IP Control Protocol definitions.
nxpfan 0:66c7c9c4f765 35 *
nxpfan 0:66c7c9c4f765 36 * Copyright (c) 1989 Carnegie Mellon University.
nxpfan 0:66c7c9c4f765 37 * All rights reserved.
nxpfan 0:66c7c9c4f765 38 *
nxpfan 0:66c7c9c4f765 39 * Redistribution and use in source and binary forms are permitted
nxpfan 0:66c7c9c4f765 40 * provided that the above copyright notice and this paragraph are
nxpfan 0:66c7c9c4f765 41 * duplicated in all such forms and that any documentation,
nxpfan 0:66c7c9c4f765 42 * advertising materials, and other materials related to such
nxpfan 0:66c7c9c4f765 43 * distribution and use acknowledge that the software was developed
nxpfan 0:66c7c9c4f765 44 * by Carnegie Mellon University. The name of the
nxpfan 0:66c7c9c4f765 45 * University may not be used to endorse or promote products derived
nxpfan 0:66c7c9c4f765 46 * from this software without specific prior written permission.
nxpfan 0:66c7c9c4f765 47 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
nxpfan 0:66c7c9c4f765 48 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
nxpfan 0:66c7c9c4f765 49 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
nxpfan 0:66c7c9c4f765 50 *
nxpfan 0:66c7c9c4f765 51 * $Id: ipcp.h,v 1.4 2010/01/18 20:49:43 goldsimon Exp $
nxpfan 0:66c7c9c4f765 52 */
nxpfan 0:66c7c9c4f765 53
nxpfan 0:66c7c9c4f765 54 #ifndef IPCP_H
nxpfan 0:66c7c9c4f765 55 #define IPCP_H
nxpfan 0:66c7c9c4f765 56
nxpfan 0:66c7c9c4f765 57 /*
nxpfan 0:66c7c9c4f765 58 * Options.
nxpfan 0:66c7c9c4f765 59 */
nxpfan 0:66c7c9c4f765 60 #define CI_ADDRS 1 /* IP Addresses */
nxpfan 0:66c7c9c4f765 61 #define CI_COMPRESSTYPE 2 /* Compression Type */
nxpfan 0:66c7c9c4f765 62 #define CI_ADDR 3
nxpfan 0:66c7c9c4f765 63
nxpfan 0:66c7c9c4f765 64 #define CI_MS_DNS1 129 /* Primary DNS value */
nxpfan 0:66c7c9c4f765 65 #define CI_MS_WINS1 128 /* Primary WINS value */
nxpfan 0:66c7c9c4f765 66 #define CI_MS_DNS2 131 /* Secondary DNS value */
nxpfan 0:66c7c9c4f765 67 #define CI_MS_WINS2 130 /* Secondary WINS value */
nxpfan 0:66c7c9c4f765 68
nxpfan 0:66c7c9c4f765 69 #define IPCP_VJMODE_OLD 1 /* "old" mode (option # = 0x0037) */
nxpfan 0:66c7c9c4f765 70 #define IPCP_VJMODE_RFC1172 2 /* "old-rfc"mode (option # = 0x002d) */
nxpfan 0:66c7c9c4f765 71 #define IPCP_VJMODE_RFC1332 3 /* "new-rfc"mode (option # = 0x002d, */
nxpfan 0:66c7c9c4f765 72 /* maxslot and slot number compression) */
nxpfan 0:66c7c9c4f765 73
nxpfan 0:66c7c9c4f765 74 #define IPCP_VJ_COMP 0x002d /* current value for VJ compression option */
nxpfan 0:66c7c9c4f765 75 #define IPCP_VJ_COMP_OLD 0x0037 /* "old" (i.e, broken) value for VJ */
nxpfan 0:66c7c9c4f765 76 /* compression option */
nxpfan 0:66c7c9c4f765 77
nxpfan 0:66c7c9c4f765 78 typedef struct ipcp_options {
nxpfan 0:66c7c9c4f765 79 u_int neg_addr : 1; /* Negotiate IP Address? */
nxpfan 0:66c7c9c4f765 80 u_int old_addrs : 1; /* Use old (IP-Addresses) option? */
nxpfan 0:66c7c9c4f765 81 u_int req_addr : 1; /* Ask peer to send IP address? */
nxpfan 0:66c7c9c4f765 82 u_int default_route : 1; /* Assign default route through interface? */
nxpfan 0:66c7c9c4f765 83 u_int proxy_arp : 1; /* Make proxy ARP entry for peer? */
nxpfan 0:66c7c9c4f765 84 u_int neg_vj : 1; /* Van Jacobson Compression? */
nxpfan 0:66c7c9c4f765 85 u_int old_vj : 1; /* use old (short) form of VJ option? */
nxpfan 0:66c7c9c4f765 86 u_int accept_local : 1; /* accept peer's value for ouraddr */
nxpfan 0:66c7c9c4f765 87 u_int accept_remote : 1; /* accept peer's value for hisaddr */
nxpfan 0:66c7c9c4f765 88 u_int req_dns1 : 1; /* Ask peer to send primary DNS address? */
nxpfan 0:66c7c9c4f765 89 u_int req_dns2 : 1; /* Ask peer to send secondary DNS address? */
nxpfan 0:66c7c9c4f765 90 u_short vj_protocol; /* protocol value to use in VJ option */
nxpfan 0:66c7c9c4f765 91 u_char maxslotindex; /* VJ slots - 1. */
nxpfan 0:66c7c9c4f765 92 u_char cflag; /* VJ slot compression flag. */
nxpfan 0:66c7c9c4f765 93 u32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */
nxpfan 0:66c7c9c4f765 94 u32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */
nxpfan 0:66c7c9c4f765 95 u32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
nxpfan 0:66c7c9c4f765 96 } ipcp_options;
nxpfan 0:66c7c9c4f765 97
nxpfan 0:66c7c9c4f765 98 extern fsm ipcp_fsm[];
nxpfan 0:66c7c9c4f765 99 extern ipcp_options ipcp_wantoptions[];
nxpfan 0:66c7c9c4f765 100 extern ipcp_options ipcp_gotoptions[];
nxpfan 0:66c7c9c4f765 101 extern ipcp_options ipcp_allowoptions[];
nxpfan 0:66c7c9c4f765 102 extern ipcp_options ipcp_hisoptions[];
nxpfan 0:66c7c9c4f765 103
nxpfan 0:66c7c9c4f765 104 extern struct protent ipcp_protent;
nxpfan 0:66c7c9c4f765 105
nxpfan 0:66c7c9c4f765 106 #endif /* IPCP_H */