Searched refs:g (Results 1 – 10 of 10) sorted by relevance
| /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 74 … (ipaddr)->addr[3] = htonl(((g & 0xffff) << 16) | (h & 0xffff)); } while(0)
|
| / |
| D | SConstruct | 69 env.Append(CPPFLAGS = [ "-g", "-DDEBUG", "-Wall", 71 env.Append(LINKFLAGS = [ "-g" ]) 73 env.Append(CPPFLAGS = [ "-g", "-DNDEBUG", "-Wall", "-O2"]) 74 env.Append(LDFLAGS = [ "-g" ])
|
| /lib/liblwip/src/netif/ppp/ |
| D | auth.c | 331 struct group *g; 334 g = getgrnam(*argv); 335 if (g == 0) { 340 if (groups[i] == g->gr_gid) {
|
| D | ppp.c | 1468 sifdefaultroute(int pd, u32_t l, u32_t g) in sifdefaultroute() argument 1474 LWIP_UNUSED_ARG(g); in sifdefaultroute() 1492 cifdefaultroute(int pd, u32_t l, u32_t g) in cifdefaultroute() argument 1498 LWIP_UNUSED_ARG(g); in cifdefaultroute()
|
| /lib/liblwip/ |
| D | UPGRADING | 101 in cc.h, e.g. used by igmp)
|
| D | CHANGELOG | 1969 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc()) 2479 (multithreading environments, e.g. netif->input() = tcpip_input()) or 2481 (single-thread / NO_SYS / polling environment where e.g. 2678 initialized before tcpip_thread is running (e.g. before OS is started)
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 21 on other platforms (e.g. unix / windows etc.). However, due to limitations 368 and additional initializations for your runtime environment (e.g. timers). 482 E.g. when using the cs8900 driver, call cs8900if_service(ethif)
|
| D | snmp_agent.txt | 178 These trees are updated by e.g. the etharp code
|
| D | sys_arch.txt | 206 Not implementing this function means you cannot use some modules (e.g. TCP
|
| /docs/ |
| D | Doxyfile | 377 # definitions whose arguments contain STL classes (e.g. func(std::string); 425 # type (e.g. under the Public Functions section). Set it to NO to prevent 433 # are shown inside the group in which they are included (e.g. using \ingroup) 1280 # that doxygen needs, which is dependent on the configuration options used (e.g. 1323 # Note: The order of the extra style sheet files is of importance (e.g. the last 1460 # set bundle. This should be a reverse domain-name style string, e.g. 1469 # string, e.g. com.mycompany.MyDocSet.documentation. 2000 # Note: The order of the extra style sheet files is of importance (e.g. the last 2050 # bibliography, e.g. plainnat, or ieeetr. See 2326 # defined before the preprocessor is started (similar to the -D option of e.g.
|