Searched refs:type (Results 51 – 60 of 60) sorted by relevance
123
| /lib/liblwip/doc/ |
| D | sys_arch.txt | 28 posted at a time. lwIP works with both kinds, but the former type will 32 Semaphores are represented by the type "sys_sem_t" which is typedef'd 34 type "sys_mbox_t". lwIP does not place any restrictions on how
|
| D | rawapi.txt | 510 Therefore, be careful which type of PBUF you use and if you copy TCP data
|
| /lib/liblwip/test/unit/etharp/ |
| D | test_etharp.c | 89 ethhdr->type = htons(ETHTYPE_ARP); in create_arp_response()
|
| /lib/liblwip/src/include/lwip/ |
| D | sockets.h | 338 int lwip_socket(int domain, int type, int protocol);
|
| /sys/dev/ |
| D | e1000.c | 465 dev.bars[bar].type == PCIBAR_TYPE_IO ? "IO" : "Mem"); in E1000_Configure()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_oe.c | 650 ethhdr->type = htons(etype); in pppoe_output() 961 ethhdr->type = PP_HTONS(ETHTYPE_PPPOEDISC); in pppoe_send_padt()
|
| / |
| D | SConstruct | 17 ("BUILDTYPE", "Build type (RELEASE, DEBUG, or PERF)", "RELEASE"),
|
| /sys/kern/ |
| D | syscall.c | 376 if (handle->type != HANDLE_TYPE_FILE) { in Syscall_ReadDir()
|
| /lib/liblwip/ |
| D | CHANGELOG | 773 * dhcp.c: Fixed bug #29072: Correctly set ciaddr based on message-type 1204 * err.h: patch #6459: Made err_t overridable to use a more efficient type 1433 * etharp.c (etharp_arp_input): Fix type aliasing problem copying ip address. 1574 by err_t type. Add a new err_t code "ERR_INPROGRESS". 1829 type and flgs (later renamed to flags). 1920 NETIF_INIT_SNMP(netif, type, speed) to initialize per-netif snmp variables, 2065 on the stack and remove the API msg type from memp 2216 type change. Any compiler should cause an error without any changes in 2343 in api_lib/api_msg (use pointers and not type with table, etc...) 2647 from pointer target type" [all …]
|
| /docs/ |
| D | Doxyfile | 22 # configuration file without replacing the environment variables or CMake type 333 # default for Fortran type files). For instance to make doxygen treat .inc files 402 # type. If this is not the case, or you want to show the methods anyway, you 423 # Set the SUBGROUPING tag to YES to allow class member groups of the same type 425 # type (e.g. under the Public Functions section). Set it to NO to prevent 705 # type resolution of all parameters of a function it will reject a match between 1946 # The PAPER_TYPE tag can be used to set the paper type that is used by the 2511 # number of items for each type to make the size more manageable. Set this to 0 2523 # tag is set to YES, doxygen will add type and arguments for attributes and
|
123