Home
last modified time | relevance | path

Searched refs:ptr (Results 1 – 11 of 11) sorted by relevance

/lib/liblwip/src/api/
Dnetbuf.c63 buf->ptr = NULL; in netbuf_new()
92 buf->p = buf->ptr = NULL; in netbuf_delete()
121 buf->ptr = buf->p; in netbuf_alloc()
137 buf->p = buf->ptr = NULL; in netbuf_free()
158 buf->ptr = NULL; in netbuf_ref()
163 buf->ptr = buf->p; in netbuf_ref()
179 head->ptr = head->p; in netbuf_chain()
199 if (buf->ptr == NULL) { in netbuf_data()
202 *dataptr = buf->ptr->payload; in netbuf_data()
203 *len = buf->ptr->len; in netbuf_data()
[all …]
Dapi_lib.c488 buf->ptr = p; in netconn_recv()
Dapi_msg.c114 buf->ptr = q; in recv_raw()
177 buf->ptr = p;
Dsockets.c896 buf.p = buf.ptr = NULL;
/lib/liblwip/src/core/
Dmem.c372 mem_size_t ptr, ptr2; in mem_trim() local
405 ptr = (mem_size_t)((u8_t *)mem - ram); in mem_trim()
407 size = mem->next - ptr - SIZEOF_STRUCT_MEM; in mem_trim()
428 ptr2 = ptr + SIZEOF_STRUCT_MEM + newsize; in mem_trim()
437 mem2->prev = ptr; in mem_trim()
456 ptr2 = ptr + SIZEOF_STRUCT_MEM + newsize; in mem_trim()
463 mem2->prev = ptr; in mem_trim()
496 mem_size_t ptr, ptr2; in mem_malloc() local
532 for (ptr = (mem_size_t)((u8_t *)lfree - ram); ptr < MEM_SIZE_ALIGNED - size; in mem_malloc()
533 ptr = ((struct mem *)(void *)&ram[ptr])->next) { in mem_malloc()
[all …]
/sys/amd64/
Ddebug.c133 uint64_t *ptr; in Debug_Backtrace() local
152 ptr = (uint64_t *)rbp; in Debug_Backtrace()
156 rbp = ptr[0]; in Debug_Backtrace()
157 rip = ptr[1]; in Debug_Backtrace()
/lib/libc/
Dmalloc.c126 uintptr_t ptr = largePool.top; in malloc_large() local
130 addr = (Header *)mmap((void *)ptr, realSz, in malloc_large()
/lib/liblwip/src/include/lwip/
Dnetbuf.h49 struct pbuf *p, *ptr; member
/lib/liblwip/src/netif/ppp/
Dchap.c785 u_char *ptr = cstate->challenge; in ChapGenChallenge() local
801 *ptr++ = (char) (magic() & 0xff); in ChapGenChallenge()
/lib/liblwip/doc/
Dsys_arch.txt130 ptr"). The "msg" parameter maybe NULL to indicate that the message
/lib/liblwip/src/core/snmp/
Dmib2.c4141 u8_t *ptr = (u8_t*)value; in snmp_set_value() local
4142 *snmpenableauthentraps_ptr = *ptr; in snmp_set_value()