| /lib/liblwip/src/netif/ppp/ |
| D | pppdebug.h | 53 #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 …]
|
| D | md5.c | 83 #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
|
| D | ppp.c | 705 struct pbuf *b; in nPut() local 1569 struct pbuf *q, *b; in pppSingleBuf() local
|
| /lib/liblwip/src/include/lwip/ |
| D | sockets.h | 346 #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 …]
|
| D | tcp_impl.h | 93 #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
|
| D | def.h | 52 #define LWIP_MAKE_U16(a, b) ((a << 8) | b) argument
|
| D | api_msg.h | 71 struct netbuf *b; member
|
| /sys/dev/ |
| D | console.c | 153 uintptr_t b = (uintptr_t)buf; in Console_Read() local 170 uintptr_t b = (uintptr_t)buf; in Console_Write() local
|
| /sys/fs/o2fs/ |
| D | o2fs.c | 145 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/ |
| D | ip_addr.h | 71 #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/ |
| D | ide.c | 398 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/ |
| D | ip_addr.h | 139 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument 147 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
|
| D | inet.h | 67 #define IN_CLASSB(b) IP_CLASSB(b) argument
|
| /lib/liblwip/src/core/ |
| D | pbuf.c | 1119 u8_t b = ((u8_t*)s2)[i]; in pbuf_memcmp() local
|
| /sys/amd64/include/ |
| D | amd64op.h | 88 uint32_t a, b, c, d; in cpuid() local
|
| /lib/liblwip/src/arch/ |
| D | sys_arch.c | 60 #define UMAX(a, b) ((a) > (b) ? (a) : (b)) argument
|