| /lib/liblwip/src/netif/ppp/ |
| D | md5.c | 59 static void Transform (u32_t *buf, u32_t *in); 136 u32_t in[16]; in MD5Update() local 157 mdContext->in[mdi++] = *inBuf++; in MD5Update() 162 in[i] = (((u32_t)mdContext->in[ii+3]) << 24) | in MD5Update() 163 (((u32_t)mdContext->in[ii+2]) << 16) | in MD5Update() 164 (((u32_t)mdContext->in[ii+1]) << 8) | in MD5Update() 165 ((u32_t)mdContext->in[ii]); in MD5Update() 167 Transform (mdContext->buf, in); in MD5Update() 179 u32_t in[16]; in MD5Final() local 185 in[14] = mdContext->i[0]; in MD5Final() [all …]
|
| D | chpms.c | 246 Expand(u_char *in, u_char *out) in Expand() argument 251 for(i = 0; i < 64; in++){ in Expand() 252 c = *in; in Expand() 263 Collapse(u_char *in, u_char *out) in Collapse() argument 271 for (j = 7; j >= 0; j--, in++) { in Collapse() 272 c |= *in << j; in Collapse()
|
| D | md5.h | 47 unsigned char in[64]; /* input buffer */ member
|
| /lib/liblwip/ |
| D | CHANGELOG | 32 (define TCP_OOSEQ_MAX_BYTES / TCP_OOSEQ_MAX_PBUFS in lwipopts.h) 86 * dhcp.c: patch #7840 Segfault in dhcp_parse_reply if no end marker in dhcp packet 92 * tcp_out.c: fixed bug: #36380 unsent_oversize mismatch in 1.4.1RC1 (this was 96 * vj.c: fixed bug #35756 header length calculation problem in ppp/vj.c 103 * ip4.c: fixed bug #35927: missing refragmentaion in ip_forward 149 * pbuf.c: fixed bug #35291: NULL pointer in pbuf_copy 153 tcp_active_pcbs in some cases 164 * tcp_in.c: fixed bug #34638: Dead code in tcp_receive - pcb->dupacks 183 * sockets.c: fixed bug #34581 missing parentheses in udplite sockets code 186 * sockets.h: fixed bug #34580 fcntl() is missing in LWIP_COMPAT_SOCKETS [all …]
|
| D | UPGRADING | 14 compatibility to old applications, but will be removed in the future). 61 * Added Mutex concept in sys_arch (define LWIP_COMPAT_MUTEX to let sys.h use 72 in tcp_write/udp_send. 77 * Add MEMP_SEPARATE_POOLS to place memory pools in separate arrays. This may 101 in cc.h, e.g. used by igmp) 131 * Use macros defined in ip_addr.h to work with IP addresses 137 * Correctly handle remote side overrunning our rcv_wnd in ooseq case 138 * Removed packing from ip_addr_t, the packed version is now only used in protocol headers
|
| D | COPYING | 5 * Redistribution and use in source and binary forms, with or without modification, 10 * 2. Redistributions in binary form must reproduce the above copyright notice, 11 * this list of conditions and the following disclaimer in the documentation
|
| D | README | 10 in embedded systems with tens of kilobytes of free RAM and room for 47 The lwIP TCP/IP stack is maintained in the 'lwip' CVS module and 48 contributions (such as platform ports) are in the 'contrib' module. 83 Reading Adam's papers, the files in docs/, browsing the source code
|
| D | FILES | 4 See also the FILES file in each subdirectory.
|
| /lib/liblwip/doc/ |
| D | sys_arch.txt | 13 lwIP functionality, multiple threads support can be implemented in the 17 implemented in a higher layer. 29 be more efficient. A message in a mailbox is just a pointer, nothing 33 in the sys_arch.h file. Mailboxes are equivalently represented by the 37 Since lwIP 1.4.0, semaphore and mailbox functions are prototyped in a way that 39 required for such types can be either allocated in place (globally or on the 40 stack) or on the heap (allocated internally in the "*_new()" functions). 70 only be blocked for the specified time (measured in 88 This may also be a define, in which case the function is not prototyped. 95 This may also be a define, in which case the function is not prototyped. [all …]
|
| D | snmp_agent.txt | 17 Note the S in SNMP stands for "Simple". Note that "Simple" is 40 network interface in the netif_list. 44 MIBs can only be added in compile-time, not in run-time. 62 and add the source files in lwip/src/core/snmp 63 and some snmp headers in lwip/src/include/lwip to your makefile. 71 The following function calls must be made in your program to 105 This one is undefined by default in mib2.c. SNMP_GET_SYSUPTIME is called inside 134 tree must be kept in sorted ascending (lexicographical) order. 167 or inexisting names in the request. 171 The middle part is usually located in ROM (const) [all …]
|
| D | savannah.txt | 33 To create a SSH2 key pair in UNIX-like environments, do this: 60 changes on the repository. If in doubt, ask on the lwip-members mailing list. 69 Merging is a delicate process in CVS and requires the 70 following disciplined steps in order to prevent conflicts 71 in the future. Conflicts can be hard to solve! 75 'merged_from_A_to_B'. After merging, the tag is moved in the 82 Merge all changes in DEVEL since our last merge to main: 93 If this worked out OK, we now move the tag in the DEVEL branch
|
| D | contrib.txt | 4 in lwIP development. 30 2. Function documentation above functions in .c files, not .h files. 38 2. If you think you found a bug make sure it's not already filed in the 48 …n existing bug then attach the patch to the bug rather than creating a new entry in the patch area. 54 …trivial fixes unless the bugfix is trivial too.Do not reorganize code and rename identifiers in th… 62 can also ask for CVS access to submit and maintain your port in the contrib CVS module.
|
| D | rawapi.txt | 15 code and the application program must reside in different execution 22 in the specification of this API, there might be incompatibilities 62 code. The TCP/IP code and the application program both run in the same 67 The raw TCP/IP interface is not only faster in terms of code execution 71 is the preferred way of writing applications that should be small in 83 argument. Also, in order to be able to keep program specific state, 114 can be specified as IP_ADDR_ANY in order to bind the connection to 141 in the listen queue to the value specified by the backlog argument. 142 To use it, your need to set TCP_LISTEN_BACKLOG=1 in your lwipopts.h. 149 queued in the listen backlog. [all …]
|
| /docs/ |
| D | Doxyfile | 6 # All text after a double hash (##) is considered a comment and is placed in 30 # This tag specifies the encoding used for all characters in the configuration 41 # project for which the documentation is generated. This name is used in the 42 # title of most generated pages and in a few other places. 60 # in the documentation. The maximum height of the logo should not exceed 55 74 # sub-directories (in 2 levels) under the output directory of each output format 77 # putting all generated files in the same directory would otherwise causes 86 # level increment doubles the number of directories, resulting in 4096 88 # sub-directories are organized in 2 levels, the first level always has a fixed 96 # characters to appear in the names of generated files. If set to NO, non-ASCII [all …]
|
| / |
| D | README | 19 To build the documentation run the following command in the root folder: 22 This will place the resulting HTML documentation in docs/html.
|
| D | SConstruct | 34 if 'CC' in os.environ: 36 if 'AS' in os.environ: 38 if 'LD' in os.environ: 40 if 'AR' in os.environ: 42 if 'RANLIB' in os.environ: 44 if 'CFLAGS' in os.environ: 46 if 'CPPFLAGS' in os.environ: 48 if 'LDFLAGS' in os.environ: 119 for f in os.listdir(src):
|
| D | LICENSE | 5 copyright notice and this permission notice appear in all copies.
|
| /lib/liblwip/src/core/ |
| D | netif.c | 700 struct pbuf *in; in netif_poll() local 715 in = netif->loop_first; in netif_poll() 716 if (in != NULL) { in netif_poll() 717 struct pbuf *in_end = in; in netif_poll() 719 u8_t clen = pbuf_clen(in); in netif_poll() 743 if (in != NULL) { in netif_poll() 745 snmp_add_ifinoctets(stats_if, in->tot_len); in netif_poll() 748 if (ip_input(in, netif) != ERR_OK) { in netif_poll() 749 pbuf_free(in); in netif_poll() 752 in = NULL; in netif_poll()
|
| /lib/liblwip/src/core/ipv6/ |
| D | README | 1 IPv6 support in lwIP is very experimental.
|
| /lib/liblwip/src/ |
| D | FILES | 13 file in each directory.
|
| /lib/liblwip/src/netif/ |
| D | FILES | 7 Ethernet. The code in this file should be used together with
|
| /sys/amd64/ |
| D | kernel.lds | 116 is in. */ 196 Symbols in the DWARF debugging sections are relative to the beginning
|