Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 7 of 7) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dlcp.c567 #define ADDCIVOID(opt, neg) \ in lcp_addci() argument
569 LCPDEBUG(LOG_INFO, ("lcp_addci: opt=%d\n", opt)); \ in lcp_addci()
570 PUTCHAR(opt, ucp); \ in lcp_addci()
573 #define ADDCISHORT(opt, neg, val) \ in lcp_addci() argument
575 LCPDEBUG(LOG_INFO, ("lcp_addci: INT opt=%d %X\n", opt, val)); \ in lcp_addci()
576 PUTCHAR(opt, ucp); \ in lcp_addci()
580 #define ADDCICHAP(opt, neg, val, digest) \ in lcp_addci() argument
582 LCPDEBUG(LOG_INFO, ("lcp_addci: CHAP opt=%d %X\n", opt, val)); \ in lcp_addci()
583 PUTCHAR(opt, ucp); \ in lcp_addci()
588 #define ADDCILONG(opt, neg, val) \ in lcp_addci() argument
[all …]
Dipcp.c353 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_addci() argument
357 PUTCHAR(opt, ucp); \ in ipcp_addci()
370 #define ADDCIADDR(opt, neg, old, val1, val2) \ in ipcp_addci() argument
375 PUTCHAR(opt, ucp); \ in ipcp_addci()
389 #define ADDCIDNS(opt, neg, addr) \ in ipcp_addci() argument
393 PUTCHAR(opt, ucp); \ in ipcp_addci()
438 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_ackci() argument
447 citype != opt) { \ in ipcp_ackci()
466 #define ACKCIADDR(opt, neg, old, val1, val2) \ in ipcp_ackci() argument
476 citype != opt) { \ in ipcp_ackci()
[all …]
/lib/liblwip/src/include/ipv4/lwip/
Dip.h205 #define ip_get_option(pcb, opt) ((pcb)->so_options & (opt)) argument
207 #define ip_set_option(pcb, opt) ((pcb)->so_options |= (opt)) argument
209 #define ip_reset_option(pcb, opt) ((pcb)->so_options &= ~(opt)) argument
/lib/liblwip/
DCHANGELOG24 * opt.h, icmp.c: Added option CHECKSUM_GEN_ICMP
31 * opt.h, tcp.c, tcp_in.c: Implemented limiting data on ooseq queue (task #9989)
35 * opt.h, api.h, api_lib.c, api_msg.h/.c, sockets.c: Implemented timeout on
48 * opt.h, tcp_impl.h, tcp.c, udp.h/.c: Added a config option to randomize
56 * opt.h, netif.h/.c: added netif remove callback (bug #32397)
175 * opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small
235 * opt.h: fixed default value of TCP_SND_BUF to not violate the sanity checks
254 * opt.h: fixed bug #31809 LWIP_EVENT_API in opts.h is inconsistent compared
345 * opt.h, memp_std.h, memp.c, ppp_oe.h/.c: PPPoE now uses its own MEMP pool
349 * opt.h, memp_std.h, dns.h/.c: DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses its own
[all …]
/lib/liblwip/src/netif/
DFILES19 through the define LWIP_LOOPIF_MULTITHREADING (see opt.h).
/lib/liblwip/src/core/
Dtcp_in.c1546 u8_t *opts, opt; in tcp_parseopt() local
1557 opt = opts[c]; in tcp_parseopt()
1558 switch (opt) { in tcp_parseopt()
/docs/
DDoxyfile1195 # can opt to disable this feature.