Home
last modified time | relevance | path

Searched defs:b (Results 1 – 16 of 16) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dpppdebug.h53 #define AUTHDEBUG(a, b) LWIP_DEBUGF(a, b) argument
54 #define IPCPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
55 #define UPAPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
56 #define LCPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
57 #define FSMDEBUG(a, b) LWIP_DEBUGF(a, b) argument
58 #define CHAPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
59 #define PPPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
63 #define AUTHDEBUG(a, b) argument
64 #define IPCPDEBUG(a, b) argument
65 #define UPAPDEBUG(a, b) argument
[all …]
Dmd5.c83 #define FF(a, b, c, d, x, s, ac) \ argument
88 #define GG(a, b, c, d, x, s, ac) \ argument
93 #define HH(a, b, c, d, x, s, ac) \ argument
98 #define II(a, b, c, d, x, s, ac) \ argument
222 u32_t a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in Transform() local
Dppp.c705 struct pbuf *b; in nPut() local
1569 struct pbuf *q, *b; in pppSingleBuf() local
/lib/liblwip/src/include/lwip/
Dsockets.h346 #define accept(a,b,c) lwip_accept(a,b,c) argument
347 #define bind(a,b,c) lwip_bind(a,b,c) argument
348 #define shutdown(a,b) lwip_shutdown(a,b) argument
350 #define connect(a,b,c) lwip_connect(a,b,c) argument
351 #define getsockname(a,b,c) lwip_getsockname(a,b,c) argument
352 #define getpeername(a,b,c) lwip_getpeername(a,b,c) argument
353 #define setsockopt(a,b,c,d,e) lwip_setsockopt(a,b,c,d,e) argument
354 #define getsockopt(a,b,c,d,e) lwip_getsockopt(a,b,c,d,e) argument
355 #define listen(a,b) lwip_listen(a,b) argument
356 #define recv(a,b,c,d) lwip_recv(a,b,c,d) argument
[all …]
Dtcp_impl.h93 #define TCP_SEQ_LT(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) < 0) argument
94 #define TCP_SEQ_LEQ(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) <= 0) argument
95 #define TCP_SEQ_GT(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) > 0) argument
96 #define TCP_SEQ_GEQ(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) >= 0) argument
101 #define TCP_SEQ_BETWEEN(a,b,c) (TCP_SEQ_GEQ(a,b) && TCP_SEQ_LEQ(a,c)) argument
Ddef.h52 #define LWIP_MAKE_U16(a, b) ((a << 8) | b) argument
Dapi_msg.h71 struct netbuf *b; member
/sys/dev/
Dconsole.c153 uintptr_t b = (uintptr_t)buf; in Console_Read() local
170 uintptr_t b = (uintptr_t)buf; in Console_Write() local
/sys/fs/o2fs/
Do2fs.c145 for (int b = 0; b < fs->blksize; b++) { in O2FSBAlloc() local
326 O2FSResolveBuf(VNode *vn, uint64_t b, BufCacheEntry **dentp) in O2FSResolveBuf()
425 uint64_t b; in O2FS_Lookup() local
534 uint64_t b = off / sb->blockSize; in O2FS_Read() local
600 uint64_t b = off / sb->blockSize; in O2FS_Write() local
/lib/liblwip/src/include/ipv6/lwip/
Dip_addr.h71 #define IP6_ADDR(ipaddr, a,b,c,d,e,f,g,h) do { (ipaddr)->addr[0] = htonl((u32_t)((a & 0xffff) << 16… argument
/sys/dev/x86/
Dide.c398 uint8_t *b = buf + sectors * IDE_SECTOR_SIZE; in IDE_ReadOne() local
472 uint8_t *b = buf + sectors * IDE_SECTOR_SIZE; in IDE_WriteOne() local
/lib/liblwip/src/include/ipv4/lwip/
Dip_addr.h139 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
147 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
Dinet.h67 #define IN_CLASSB(b) IP_CLASSB(b) argument
/lib/liblwip/src/core/
Dpbuf.c1119 u8_t b = ((u8_t*)s2)[i]; in pbuf_memcmp() local
/sys/amd64/include/
Damd64op.h88 uint32_t a, b, c, d; in cpuid() local
/lib/liblwip/src/arch/
Dsys_arch.c60 #define UMAX(a, b) ((a) > (b) ? (a) : (b)) argument