Searched refs:level (Results 1 – 13 of 13) sorted by relevance
| /lib/liblwip/src/ |
| D | FILES | 1 api/ - The code for the high-level wrapper API. Not needed if 2 you use the lowel-level call-back/raw API. 5 memory and buffer management, and the low-level raw API.
|
| /lib/liblwip/src/core/snmp/ |
| D | mib2.c | 1094 u8_t level, tree; in snmp_insert_arpidx_tree() local 1110 for (level = 0; level < 5; level++) in snmp_insert_arpidx_tree() 1113 snmp_mib_node_insert(at_rn, arpidx[level], &at_node); in snmp_insert_arpidx_tree() 1114 if ((level != 4) && (at_node != NULL)) in snmp_insert_arpidx_tree() 1122 if (level == 3) in snmp_insert_arpidx_tree() 1166 u8_t fc, tree, level, del_cnt; in snmp_delete_arpidx_tree() local 1182 level = 0; in snmp_delete_arpidx_tree() 1184 while ((level < 5) && (at_rn != NULL)) in snmp_delete_arpidx_tree() 1186 fc = snmp_mib_node_find(at_rn, arpidx[level], &at_n); in snmp_delete_arpidx_tree() 1206 level++; in snmp_delete_arpidx_tree() [all …]
|
| /lib/libc/posix/ |
| D | pthread.c | 359 uint64_t level; in pthread_cond_wait() local 375 level = cnd->enter; in pthread_cond_wait() 379 while (level >= cnd->exit) { in pthread_cond_wait() 399 uint64_t level; in pthread_cond_timedwait() local 416 level = cnd->enter; in pthread_cond_timedwait() 420 while (level >= cnd->exit) { in pthread_cond_timedwait()
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 113 int level; member 1455 lwip_getsockopt(int s, int level, int optname, void *optval, socklen_t *optlen) argument 1471 switch (level) { 1625 s, level, optname)); 1640 data.level = level; 1661 int level, optname; local 1672 level = data->level; 1676 switch (level) { 1863 lwip_setsockopt(int s, int level, int optname, const void *optval, socklen_t optlen) argument 1879 switch (level) { [all …]
|
| /lib/liblwip/src/include/lwip/ |
| D | snmp_structs.h | 210 u16_t (*level_length)(void* addr_inf, u8_t level); 213 s32_t (*ident_cmp)(void* addr_inf, u8_t level, u16_t idx, s32_t sub_id); 214 void (*get_objid)(void* addr_inf, u8_t level, u16_t idx, s32_t *sub_id);
|
| D | sockets.h | 326 int lwip_getsockopt (int s, int level, int optname, void *optval, socklen_t *optlen); 327 int lwip_setsockopt (int s, int level, int optname, const void *optval, socklen_t optlen);
|
| /lib/liblwip/src/arch/ |
| D | sys_arch.c | 588 void ppp_trace(int level, const char *format, ...) in ppp_trace() argument 592 (void)level; in ppp_trace()
|
| /lib/liblwip/doc/ |
| D | contrib.txt | 17 2. indentation is two spaces per level (i.e. per tab).
|
| D | rawapi.txt | 7 * low-level "core" / "callback" or "raw" API. 8 * higher-level "sequential" API. 319 level of complexity of UDP, the interface is significantly simpler.
|
| D | sys_arch.txt | 182 the previous protection level. This function is only called during very short
|
| /lib/liblwip/ |
| D | UPGRADING | 127 * Implemented shutdown() at socket- and netconn-level
|
| D | CHANGELOG | 288 at regular intervals from main level. 328 IP_MULTICAST_LOOP at socket- and raw-API level. 692 implemented shutdown at socket level. 1020 algorithm at PCB level 2456 for socket options (lwip_set/-getsockopt) used with level IPPROTO_TCP from
|
| /docs/ |
| D | Doxyfile | 86 # level increment doubles the number of directories, resulting in 4096 87 # directories at level 8 which is the default and also the maximum value. The 88 # sub-directories are organized in 2 levels, the first level always has a fixed 358 # to that level are automatically included in the table of contents, even if 1419 # such a level that at most the specified number of entries are visible (unless 1769 # is located at the same level as the HTML output directory, then
|