Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dlcp.c766 lcp_options no; /* options we've seen Naks for */ in lcp_nakci() local
771 BZERO(&no, sizeof(no)); in lcp_nakci()
786 no.neg = 1; \ in lcp_nakci()
798 no.neg = 1; \ in lcp_nakci()
809 no.neg = 1; \ in lcp_nakci()
820 no.neg = 1; \ in lcp_nakci()
831 no.neg = 1; \ in lcp_nakci()
843 no.neg = 1; \ in lcp_nakci()
881 no.neg_chap = go->neg_chap; in lcp_nakci()
882 no.neg_upap = go->neg_upap; in lcp_nakci()
[all …]
Dipcp.c552 ipcp_options no; /* options we've seen Naks for */ in ipcp_nakci() local
555 BZERO(&no, sizeof(no)); in ipcp_nakci()
575 no.old_addrs = 1; \ in ipcp_nakci()
579 no.neg = 1; \ in ipcp_nakci()
591 no.neg = 1; \ in ipcp_nakci()
604 no.neg = 1; \ in ipcp_nakci()
682 if (go->neg_vj || no.neg_vj || in ipcp_nakci()
686 no.neg_vj = 1; in ipcp_nakci()
689 if ((go->neg_addr && go->old_addrs) || no.old_addrs in ipcp_nakci()
705 no.old_addrs = 1; in ipcp_nakci()
[all …]
/lib/liblwip/doc/
Dcontrib.txt20 5. no space between function and opening bracket.
21 6. one space and no newline before opening curly braces of a block.
Drawapi.txt134 tcp_listen() may return NULL if no memory was available for the
177 The tcp_connect() function can return ERR_MEM if no memory is
195 for the data to be copied into. If this flag is not given, no new memory
239 there are no errors and the callback function is to return
251 When a connection is idle (i.e., no data is either transmitted or
275 Closes the connection. The function may return ERR_MEM if no memory
504 For no-copy pbufs (PBUF_ROM/PBUF_REF), data must be kept unchanged, too,
Dsnmp_agent.txt39 for the default interface and network routes (no H) for each
45 There is no MIB compiler thus additional MIBs must be hand coded.
Dsys_arch.txt56 no real error handling is implemented.
105 no real error handling is implemented.
/sys/amd64/
Dkernel.lds163 .bss section disappears because there are no input sections.
164 FIXME: Why do we need it? When there is no .bss section, we don't
/docs/
DDoxyfile393 # of private inheritance when no explicit protection keyword is present.
495 # documentation are documented, even if no documentation was available. Private
562 # members will be included in the various overviews, but no documentation
563 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
571 # will also hide undocumented C++ concepts if enabled. This option has no effect
848 # parameters have no documentation without warning.
854 # are documented, but have no documentation for their parameters or return
1340 # files will be copied as-is; there are no commands or markers available.
1349 # the user preference, use light mode if no preference is set (the default),
1351 # dark mode if no preference is set and TOGGLE allow to user to switch between
[all …]
/lib/liblwip/
DCHANGELOG86 * dhcp.c: patch #7840 Segfault in dhcp_parse_reply if no end marker in dhcp packet
192 * tcp_in.c, tcp_out.c: fixed bug #34517 (persist timer is started although no
637 no-copy TCP writes will never succeed.
666 * tcp.c: Fixed bug #30565 (tcp_connect() check bound list): that check did no
895 * tcp.c, api_msg.c: Fixed bug #28651 (tcp_connect: no callbacks called
1321 no-copy-tcpwrite": deallocate option data, only concat segments with same flags
1380 connections where no reset required (bug #25622)
1615 copy dns payload to parse the response), return an error if there is no place
1677 simultaneously and no static reassembly buffer is needed.
1721 IP_PCB. Add in the netconn's "pcb" union a "struct ip_pcb *ip;" (no size change).
[all …]
/
DSConstruct57 env.Append(LINKFLAGS = [ "-no-pie" ])