code stringlengths 1 1.05M | repo_name stringlengths 6 83 | path stringlengths 3 242 | language stringclasses 222
values | license stringclasses 20
values | size int64 1 1.05M |
|---|---|---|---|---|---|
/**
* @file
* DNS - host name to IP address resolver.
*/
/*
* Port to lwIP from uIP
* by Jim Pettinato April 2007
*
* security fixes and more by Simon Goldschmidt
*
* uIP version Copyright (c) 2002-2003, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or wit... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/dns.h | C | apache-2.0 | 4,880 |
/**
* @file
* ARP protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of s... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/etharp.h | C | apache-2.0 | 2,819 |
/**
* @file
* Ethernet protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/ethernet.h | C | apache-2.0 | 5,296 |
/**
* @file
* ICMP protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/icmp.h | C | apache-2.0 | 3,249 |
/**
* @file
* ICMP6 protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/icmp6.h | C | apache-2.0 | 2,657 |
/**
* @file
* IGMP protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/igmp.h | C | apache-2.0 | 3,003 |
/**
* @file
* IP protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of so... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/ip.h | C | apache-2.0 | 2,005 |
/**
* @file
* IPv4 protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/ip4.h | C | apache-2.0 | 3,857 |
/**
* @file
* IPv6 protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/ip6.h | C | apache-2.0 | 4,966 |
/**
* @file
* MLD6 protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/mld6.h | C | apache-2.0 | 2,383 |
/**
* @file
* ND6 protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of s... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/nd6.h | C | apache-2.0 | 7,535 |
/**
* @file
* TCP protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of s... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/tcp.h | C | apache-2.0 | 3,557 |
/**
* @file
* UDP protocol definitions
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of s... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/prot/udp.h | C | apache-2.0 | 2,263 |
/**
* @file
* raw API (to be used from TCPIP thread)\n
* See also @ref raw_raw
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditio... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/raw.h | C | apache-2.0 | 4,140 |
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright not... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/sio.h | C | apache-2.0 | 4,218 |
/**
* @file
* SNMP support API for implementing netifs and statitics for MIB2
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/snmp.h | C | apache-2.0 | 7,579 |
/**
* @file
* Socket API (to be used from non-TCPIP threads)
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/sockets.h | C | apache-2.0 | 22,436 |
/**
* @file
* Statistics API (to be used from TCPIP thread)
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1.... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/stats.h | C | apache-2.0 | 14,789 |
/**
* @file
* OS abstraction layer
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of sourc... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/sys.h | C | apache-2.0 | 16,038 |
/**
* @file
* TCP API (to be used from TCPIP thread)\n
* See also @ref tcp_raw
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditio... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/tcp.h | C | apache-2.0 | 16,855 |
/**
* @file
* Functions to sync with TCPIP thread
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistrib... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/tcpip.h | C | apache-2.0 | 3,923 |
/**
* @file
* Timer implementations
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of sour... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/timeouts.h | C | apache-2.0 | 3,863 |
/**
* @file
* UDP API (to be used from TCPIP thread)\n
* See also @ref udp_raw
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditio... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/lwip/udp.h | C | apache-2.0 | 7,099 |
/* ARP has been moved to core/ipv4, provide this #include for compatibility only */
#include "lwip/etharp.h"
#include "netif/ethernet.h"
| YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/etharp.h | C | apache-2.0 | 137 |
/**
* @file
* Ethernet input function - handles INCOMING ethernet level traffic
* To be used in most low-level netif implementations
*/
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* Copyright (c) 2003-2004 Leon Woestenberg <leon.woestenberg@axon.tv>
* Copyright (c) 2003-2004 Axon Digital... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ethernet.h | C | apache-2.0 | 2,889 |
/**
* @file
*
* 6LowPAN output for IPv6. Uses ND tables for link-layer addressing. Fragments packets to 6LowPAN units.
*/
/*
* Copyright (c) 2015 Inico Technologies Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that th... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/lowpan6.h | C | apache-2.0 | 2,911 |
/**
* @file
* 6LowPAN options list
*/
/*
* Copyright (c) 2015 Inico Technologies Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain t... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/lowpan6_opts.h | C | apache-2.0 | 2,331 |
/*
* ccp.h - Definitions for PPP Compression Control Protocol.
*
* Copyright (c) 1994-2002 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/ccp.h | C | apache-2.0 | 4,893 |
/*
* chap-md5.h - New CHAP/MD5 implementation.
*
* Copyright (c) 2003 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/chap-md5.h | C | apache-2.0 | 1,472 |
/*
* chap-new.c - New CHAP implementation.
*
* Copyright (c) 2003 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the abo... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/chap-new.h | C | apache-2.0 | 6,117 |
/*
* chap_ms.h - Challenge Handshake Authentication Protocol definitions.
*
* Copyright (c) 1995 Eric Rosenquist. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions o... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/chap_ms.h | C | apache-2.0 | 1,738 |
/*
* eap.h - Extensible Authentication Protocol for PPP (RFC 2284)
*
* Copyright (c) 2001 by Sun Microsystems, Inc.
* All rights reserved.
*
* Non-exclusive rights to redistribute, modify, translate, and use
* this software in source and binary forms, in whole or in part, is
* hereby granted, provided that the ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/eap.h | C | apache-2.0 | 5,572 |
/*
* ecp.h - Definitions for PPP Encryption Control Protocol.
*
* Copyright (c) 2002 Google, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/ecp.h | C | apache-2.0 | 1,881 |
/*
* eui64.h - EUI64 routines for IPv6CP.
*
* Copyright (c) 1999 Tommi Komulainen. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the a... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/eui64.h | C | apache-2.0 | 2,983 |
/*
* fsm.h - {Link, IP} Control Protocol Finite State Machine definitions.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. R... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/fsm.h | C | apache-2.0 | 6,317 |
/*
* ipcp.h - IP Control Protocol definitions.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source cod... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/ipcp.h | C | apache-2.0 | 5,013 |
/*
* ipv6cp.h - PPP IPV6 Control Protocol.
*
* Copyright (c) 1999 Tommi Komulainen. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/ipv6cp.h | C | apache-2.0 | 7,580 |
/*
* lcp.h - Link Control Protocol definitions.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source co... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/lcp.h | C | apache-2.0 | 6,741 |
/*
* magic.h - PPP Magic Number definitions.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/magic.h | C | apache-2.0 | 4,790 |
/*
* mppe.h - Definitions for MPPE
*
* Copyright (c) 2008 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyr... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/mppe.h | C | apache-2.0 | 6,189 |
/**
* \file arc4.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the f... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/polarssl/arc4.h | C | apache-2.0 | 2,776 |
/**
* \file des.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/polarssl/des.h | C | apache-2.0 | 3,034 |
/**
* \file md4.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/polarssl/md4.h | C | apache-2.0 | 3,132 |
/**
* \file md5.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/polarssl/md5.h | C | apache-2.0 | 3,131 |
/**
* \file sha1.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the f... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/polarssl/sha1.h | C | apache-2.0 | 3,163 |
/*****************************************************************************
* ppp.h - Network Point to Point Protocol header file.
*
* Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc.
* portions Copyright (c) 1997 Global Election Systems Inc.
*
* The authors hereby grant permission to use, copy... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/ppp.h | C | apache-2.0 | 24,683 |
/*****************************************************************************
* ppp.h - Network Point to Point Protocol header file.
*
* Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc.
* portions Copyright (c) 1997 Global Election Systems Inc.
*
* The authors hereby grant permission to use, copy... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/ppp_impl.h | C | apache-2.0 | 21,639 |
/*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* 2. Redistributions in bin... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/ppp_opts.h | C | apache-2.0 | 14,722 |
/*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* 2. Redistributions in bin... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/pppapi.h | C | apache-2.0 | 4,447 |
/*
* pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
*
* Extracted from chap_ms.c by James Carlson.
*
* Copyright (c) 1995 Eric Rosenquist. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/pppcrypt.h | C | apache-2.0 | 4,568 |
/*****************************************************************************
* pppdebug.h - System debugging utilities.
*
* Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc.
* portions Copyright (c) 1998 Global Election Systems Inc.
* portions Copyright (c) 2001 by Cognizant Pty Ltd.
*
* The auth... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/pppdebug.h | C | apache-2.0 | 3,160 |
/*****************************************************************************
* pppoe.h - PPP Over Ethernet implementation for lwIP.
*
* Copyright (c) 2006 by Marc Boucher, Services Informatiques (MBSI) inc.
*
* The authors hereby grant permission to use, copy, modify, distribute,
* and license this software and its d... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/pppoe.h | C | apache-2.0 | 7,329 |
/**
* @file
* Network Point to Point Protocol over Layer 2 Tunneling Protocol header file.
*
*/
/*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyr... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/pppol2tp.h | C | apache-2.0 | 8,786 |
/**
* @file
* Network Point to Point Protocol over Serial header file.
*
*/
/*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* t... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/pppos.h | C | apache-2.0 | 4,500 |
/*
* upap.h - User/Password Authentication Protocol definitions.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistribut... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/upap.h | C | apache-2.0 | 4,070 |
/*
* Definitions for tcp compression routines.
*
* $Id: vj.h,v 1.7 2010/02/22 17:52:09 goldsimon Exp $
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright notice and this p... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/ppp/vj.h | C | apache-2.0 | 6,289 |
/**
* @file
*
* SLIP netif API
*/
/*
* Copyright (c) 2001, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/netif/slipif.h | C | apache-2.0 | 3,093 |
/**
* @file
* This file is a posix wrapper for lwip/errno.h.
*/
/*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of c... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/posix/__errno.h | C | apache-2.0 | 1,585 |
/**
* @file
* This file is a posix wrapper for lwip/netdb.h.
*/
/*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of c... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/posix/netdb.h | C | apache-2.0 | 1,552 |
/**
* @file
* This file is a posix wrapper for lwip/sockets.h.
*/
/*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/include/posix/sys/socket.h | C | apache-2.0 | 1,556 |
/**
* @file
* Ethernet common functions
*
* @defgroup ethernet Ethernet
* @ingroup callbackstyle_api
*/
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* Copyright (c) 2003-2004 Leon Woestenberg <leon.woestenberg@axon.tv>
* Copyright (c) 2003-2004 Axon Digital Design B.V., The Netherlands... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ethernet.c | C | apache-2.0 | 11,216 |
/**
* @file
* Ethernet Interface Skeleton
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistribution... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ethernetif.c | C | apache-2.0 | 10,583 |
/**
* @file
*
* 6LowPAN output for IPv6. Uses ND tables for link-layer addressing. Fragments packets to 6LowPAN units.
*/
/*
* Copyright (c) 2015 Inico Technologies Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that t... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/lowpan6.c | C | apache-2.0 | 41,100 |
/*
* auth.c - PPP authentication and phase control.
*
* Copyright (c) 1993-2002 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/auth.c | C | apache-2.0 | 64,870 |
/*
* ccp.c - PPP Compression Control Protocol.
*
* Copyright (c) 1994-2002 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retai... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/ccp.c | C | apache-2.0 | 48,159 |
/*
* chap-md5.c - New CHAP/MD5 implementation.
*
* Copyright (c) 2003 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/chap-md5.c | C | apache-2.0 | 4,053 |
/*
* chap-new.c - New CHAP implementation.
*
* Copyright (c) 2003 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the abo... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/chap-new.c | C | apache-2.0 | 19,128 |
/*
* chap_ms.c - Microsoft MS-CHAP compatible implementation.
*
* Copyright (c) 1995 Eric Rosenquist. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source cod... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/chap_ms.c | C | apache-2.0 | 33,004 |
/*
* demand.c - Support routines for demand-dialling.
*
* Copyright (c) 1996-2002 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code mus... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/demand.c | C | apache-2.0 | 13,158 |
/*
* eap.c - Extensible Authentication Protocol for PPP (RFC 2284)
*
* Copyright (c) 2001 by Sun Microsystems, Inc.
* All rights reserved.
*
* Non-exclusive rights to redistribute, modify, translate, and use
* this software in source and binary forms, in whole or in part, is
* hereby granted, provided that the ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/eap.c | C | apache-2.0 | 62,146 |
/*
* ecp.c - PPP Encryption Control Protocol.
*
* Copyright (c) 2002 Google, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/ecp.c | C | apache-2.0 | 5,669 |
/*
* eui64.c - EUI64 routines for IPv6CP.
*
* Copyright (c) 1999 Tommi Komulainen. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the a... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/eui64.c | C | apache-2.0 | 2,083 |
/*
* fsm.c - {Link, IP} Control Protocol Finite State Machine.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributio... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/fsm.c | C | apache-2.0 | 19,930 |
/*
* ipcp.c - PPP IP Control Protocol.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must r... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/ipcp.c | C | apache-2.0 | 62,983 |
/*
* ipv6cp.c - PPP IPV6 Control Protocol.
*
* Copyright (c) 1999 Tommi Komulainen. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/ipv6cp.c | C | apache-2.0 | 41,685 |
/*
* lcp.c - PPP Link Control Protocol.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/lcp.c | C | apache-2.0 | 73,464 |
/*
* magic.c - PPP Magic Number routines.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code mus... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/magic.c | C | apache-2.0 | 10,193 |
/*
* mppe.c - interface MPPE to the PPP code.
*
* By Frank Cusack <fcusack@fcusack.com>.
* Copyright (c) 2002,2003,2004 Google, Inc.
* All rights reserved.
*
* License:
* Permission to use, copy, modify, and distribute this software and its
* documentation is hereby granted, provided that the above copyright
... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/mppe.c | C | apache-2.0 | 11,918 |
/*
* multilink.c - support routines for multilink.
*
* Copyright (c) 2000-2002 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must r... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/multilink.c | C | apache-2.0 | 14,033 |
/*
* An implementation of the ARCFOUR algorithm
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/polarssl/arc4.c | C | apache-2.0 | 3,068 |
/*
* FIPS-46-3 compliant Triple-DES implementation
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/polarssl/des.c | C | apache-2.0 | 16,433 |
/*
* RFC 1186/1320 compliant MD4 implementation
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/polarssl/md4.c | C | apache-2.0 | 8,088 |
/*
* RFC 1321 compliant MD5 implementation
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/polarssl/md5.c | C | apache-2.0 | 9,114 |
/*
* FIPS-180-1 compliant SHA-1 implementation
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/polarssl/sha1.c | C | apache-2.0 | 9,554 |
/*****************************************************************************
* ppp.c - Network Point to Point Protocol program file.
*
* Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc.
* portions Copyright (c) 1997 by Global Election Systems Inc.
*
* The authors hereby grant permission to use, ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/ppp.c | C | apache-2.0 | 48,465 |
/**
* @file
* Point To Point Protocol Sequential API module
*
*/
/*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/pppapi.c | C | apache-2.0 | 13,464 |
/*
* pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
*
* Extracted from chap_ms.c by James Carlson.
*
* Copyright (c) 1995 Eric Rosenquist. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/pppcrypt.c | C | apache-2.0 | 2,313 |
/*****************************************************************************
* pppoe.c - PPP Over Ethernet implementation for lwIP.
*
* Copyright (c) 2006 by Marc Boucher, Services Informatiques (MBSI) inc.
*
* The authors hereby grant permission to use, copy, modify, distribute,
* and license this software and its d... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/pppoe.c | C | apache-2.0 | 37,308 |
/**
* @file
* Network Point to Point Protocol over Layer 2 Tunneling Protocol program file.
*
*/
/*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/pppol2tp.c | C | apache-2.0 | 38,816 |
/**
* @file
* Network Point to Point Protocol over Serial file.
*
*/
/*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this lis... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/pppos.c | C | apache-2.0 | 28,781 |
/*
* upap.c - User/Password Authentication Protocol.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of sour... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/upap.c | C | apache-2.0 | 17,345 |
/*
* utils.c - various utility functions used in pppd.
*
* Copyright (c) 1999-2002 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code mu... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/utils.c | C | apache-2.0 | 20,810 |
/*
* Routines to compress and uncompess tcp packets (for transmission
* over low speed serial lines.
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright notice and this para... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/ppp/vj.c | C | apache-2.0 | 20,001 |
/**
* @file
* SLIP Interface
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source c... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/netif/slipif.c | C | apache-2.0 | 15,973 |
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/port/include/arch/perf.h | C | apache-2.0 | 2,663 |
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright not... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/port/include/arch/sys_arch.h | C | apache-2.0 | 2,822 |
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright ... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/port/perf.c | C | apache-2.0 | 2,183 |
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright not... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/port/sys_arch.c | C | apache-2.0 | 17,624 |
src = Split('''
port/sys_arch.c
''')
core_src = Split('''
core/init.c
core/def.c
core/dns.c
core/inet_chksum.c
core/ip.c
core/mem.c
core/memp.c
core/netif.c
core/pbuf.c
core/raw.c
core/stats.c
core/sys.c
cor... | YifuLiu/AliOS-Things | components/lwip/lwip2.0.0/ucube.py | Python | apache-2.0 | 2,306 |
/*
* SSL client demonstration program
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the Li... | YifuLiu/AliOS-Things | components/mbedtls/example/tls_example.c | C | apache-2.0 | 9,776 |