Home
last modified time | relevance | path

Searched refs:g (Results 1 – 10 of 10) sorted by relevance

/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
74 … (ipaddr)->addr[3] = htonl(((g & 0xffff) << 16) | (h & 0xffff)); } while(0)
/
DSConstruct69 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/
Dauth.c331 struct group *g;
334 g = getgrnam(*argv);
335 if (g == 0) {
340 if (groups[i] == g->gr_gid) {
Dppp.c1468 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/
DUPGRADING101 in cc.h, e.g. used by igmp)
DCHANGELOG1969 * 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/
Drawapi.txt21 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)
Dsnmp_agent.txt178 These trees are updated by e.g. the etharp code
Dsys_arch.txt206 Not implementing this function means you cannot use some modules (e.g. TCP
/docs/
DDoxyfile377 # 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.