Home
last modified time | relevance | path

Searched defs:len (Results 26 – 50 of 64) sorted by relevance

123

/lib/liblwip/src/netif/ppp/
Dipcp.c258 ipcp_input(int unit, u_char *p, int len) in ipcp_input()
351 int len = *lenp; in ipcp_addci() local
425 ipcp_ackci(fsm *f, u_char *p, int len) in ipcp_ackci()
545 ipcp_nakci(fsm *f, u_char *p, int len) in ipcp_nakci()
750 ipcp_rejci(fsm *f, u_char *p, int len) in ipcp_rejci()
869 ipcp_reqci(fsm *f, u_char *inp/* Requested CIs */,int *len/* Length of requested CIs */,int reject_… in ipcp_reqci()
1383 ip_active_pkt(u_char *pkt, int len) in ip_active_pkt()
/sys/include/
Dmbuf.h17 uint32_t len; member
/sys/kern/
Ddebug.c207 uint64_t off, len; in Debug_Dump() local
227 int len = 1; in Debug_Disasm() local
Dsyscall.c178 Syscall_MMap(uint64_t addr, uint64_t len, uint64_t prot) in Syscall_MMap()
194 Syscall_MUnmap(uint64_t addr, uint64_t len) in Syscall_MUnmap()
211 Syscall_MProtect(uint64_t addr, uint64_t len, uint64_t prot) in Syscall_MProtect()
358 Syscall_ReadDir(uint64_t fd, char *user_buf, size_t len, uintptr_t user_off) in Syscall_ReadDir()
Dslab.c66 uintptr_t len = XMem_GetLength(slab->xmem); in SlabExtend() local
Dmalloc.c47 Malloc_Alloc(Heap *heap, uint64_t len) in Malloc_Alloc()
Dlibc.c90 strncmp(const char *s1, const char *s2, size_t len) in strncmp()
Dpalloc.c92 PAlloc_AddRegion(uintptr_t start, uintptr_t len) in PAlloc_AddRegion()
/lib/liblwip/src/core/snmp/
Dmsg_in.c919 u16_t len, ofs_base; in snmp_pdu_header_check() local
1113 u16_t len, vb_len; in snmp_pdu_dec_varbindlist() local
1316 snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len) in snmp_varbind_alloc()
Dmib_structs.c559 u16_t i, len; in snmp_search_tree() local
941 u16_t i, len; in snmp_expand_tree() local
/lib/liblwip/src/api/
Dnetbuf.c193 netbuf_data(struct netbuf *buf, void **dataptr, u16_t *len) in netbuf_data()
Dsockets.c557 lwip_recvfrom(int s, void *mem, size_t len, int flags, in lwip_recvfrom()
742 lwip_read(int s, void *mem, size_t len) in lwip_read()
748 lwip_recv(int s, void *mem, size_t len, int flags) in lwip_recv()
1247 event_callback(struct netconn *conn, enum netconn_evt evt, u16_t len)
/sys/amd64/
Dmbentry.c200 uintptr_t len = memRegionLen[i]; in MachineBoot_AddMem() local
/sys/dev/x86/
Dide.c160 IDE_SwapAndTruncateString(char *str, int len) in IDE_SwapAndTruncateString()
340 IDE_ReadOne(IDEDrive *drive, void *buf, uint64_t off, uint64_t len) in IDE_ReadOne()
414 IDE_WriteOne(IDEDrive *drive, void *buf, uint64_t off, uint64_t len) in IDE_WriteOne()
/lib/liblwip/src/include/lwip/
Dapi_msg.h90 size_t len; member
98 u32_t len; member
Dtcp_impl.h177 #define TCPH_HDRLEN_SET(phdr, len) (phdr)->_hdrlen_rsvd_flags = htons(((len) << 12) | TCPH_FLAGS(ph… argument
179 #define TCPH_HDRLEN_FLAGS_SET(phdr, len, flags) (phdr)->_hdrlen_rsvd_flags = htons(((len) << 12) | … argument
280 u16_t len; /* the TCP length of this segment */ member
Dpbuf.h96 u16_t len; member
/sys/fs/o2fs/
Do2fs.c512 O2FS_Read(VNode *fn, void *buf, uint64_t off, uint64_t len) in O2FS_Read()
578 O2FS_Write(VNode *fn, void *buf, uint64_t off, uint64_t len) in O2FS_Write()
646 O2FS_ReadDir(VNode *fn, void *buf, uint64_t len, uint64_t *off) in O2FS_ReadDir()
/lib/liblwip/src/include/ipv6/lwip/
Dip.h93 u16_t len; /* payload length */ member
/lib/liblwip/src/core/ipv4/
Dip_frag.c335 u16_t offset,len; in ip_reass_chain_frag_into_datagram_and_validate() local
482 u16_t offset, len; in ip_reass() local
Dip_addr.c285 int len = 0; in ipaddr_ntoa_r() local
/lib/liblwip/src/arch/
Detherif.c191 u16_t len; in low_level_input() local
/sys/dev/
De1000.c97 volatile uint16_t len; // Length member
112 volatile uint16_t len; // Length member
328 uint16_t len = dev->rxDesc[dev->rxTail].len; in E1000_Dequeue() local
/lib/libc/
Dstring.c91 strncmp(const char *s1, const char *s2, size_t len) in strncmp()
/lib/liblwip/src/netif/
Dslipif.c497 slipif_received_bytes(struct netif *netif, u8_t *data, u8_t len) in slipif_received_bytes()

123