/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | lcp.c | 525 lcp_options *go = &pcb->lcp_gotoptions; in lcp_extcode() local 537 PUTLONG(go->magicnumber, magp); in lcp_extcode() 654 lcp_options *go = &pcb->lcp_gotoptions; in lcp_resetci() local 748 *go = *wo; in lcp_resetci() 751 go->neg_mrru = 0; in lcp_resetci() 753 go->neg_ssnhf = 0; in lcp_resetci() 754 go->neg_endpoint = 0; in lcp_resetci() 772 lcp_options *go = &pcb->lcp_gotoptions; in lcp_cilen() local 789 return (LENCISHORT(go->neg_mru && go->mru != PPP_DEFMRU) + in lcp_cilen() 790 LENCILONG(go->neg_asyncmap && go->asyncmap != 0xFFFFFFFF) + in lcp_cilen() [all …]
|
H A D | ccp.c | 378 memset(go, 0, sizeof(*go)); in ccp_init() 411 ccp_options *go = &pcb->ccp_gotoptions; in ccp_open() local 421 if (!ccp_anycompress(go)) in ccp_open() 457 ccp_options *go = &pcb->ccp_gotoptions; in ccp_input() local 468 if (go->mppe) { in ccp_input() 480 && !ccp_anycompress(go)) in ccp_input() 523 ccp_options *go = &pcb->ccp_gotoptions; in ccp_protrej() local 530 if (go->mppe) { in ccp_protrej() 543 ccp_options *go = &pcb->ccp_gotoptions; in ccp_resetci() local 563 *go = *wo; in ccp_resetci() [all …]
|
H A D | ipcp.c | 715 ipcp_options *go = &pcb->ipcp_gotoptions; in ipcp_resetci() local 727 *go = *wo; in ipcp_resetci() 729 go->ouraddr = 0; in ipcp_resetci() 748 ipcp_options *go = &pcb->ipcp_gotoptions; in ipcp_cilen() local 770 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs) in ipcp_cilen() 771 go->neg_addr = 0; in ipcp_cilen() 774 if (wo->neg_vj && !go->neg_vj && !go->old_vj) { in ipcp_cilen() 778 go->neg_vj = 1; in ipcp_cilen() 779 go->old_vj = 1; in ipcp_cilen() 780 go->vj_protocol = ho->vj_protocol; in ipcp_cilen() [all …]
|
H A D | ipv6cp.c | 512 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; 521 *go = *wo; 522 eui64_zero(go->hisid); /* last proposed interface identifier */ 531 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; 538 return (LENCIIFACEID(go->neg_ifaceid) + 540 LENCIVJ(go->neg_vj) + 551 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; 580 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid); 583 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol); 599 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; [all …]
|
H A D | multilink.c | 121 lcp_options *go = &lcp_gotoptions[0]; in mp_join_bundle() local 131 if (!go->neg_mrru || !ho->neg_mrru) { in mp_join_bundle() 141 if (!go->neg_mrru || !ho->neg_mrru) { in mp_join_bundle() 143 if (go->neg_mrru) in mp_join_bundle() 200 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle() 246 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
|
H A D | auth.c | 741 lcp_options *go = &pcb->lcp_gotoptions; in link_established() local 767 || go->neg_upap in link_established() 770 || go->neg_chap in link_established() 773 || go->neg_eap in link_established() 809 if (go->neg_eap) { in link_established() 815 if (go->neg_chap) { in link_established() 816 chap_auth_peer(pcb, PPP_OUR_NAME, CHAP_DIGEST(go->chap_mdtype)); in link_established() 821 if (go->neg_upap) { in link_established() 865 lcp_options *go = &lcp_gotoptions[unit]; in network_phase() 880 || go->neg_chap in network_phase() [all …]
|
/btstack/example/ |
H A D | README.md | 8 Please go to one of the subfolders of port/ to compile for a specific BTstack port.
|
/btstack/doc/manual/docs-template/ |
H A D | index.md | 5 before highlighting BTstack's main design choices and go over all implemented
|
H A D | protocols.md | 41 are used in BTstack. In the next chapter, we go over the profiles. 729 // go!
|
H A D | how_to.md | 291 // go
|
/btstack/port/samv71-xplained-atwilc3000/ASF/thirdparty/CMSIS/ |
H A D | ATMEL-disclaimer.txt | 2 * Only the CMSIS required parts for ASF are included here, go to the below
|
/btstack/port/renesas-ek-ra6m4a-da14531/ |
H A D | README.md | 70 - To compile, go to the port folder: 74 - Create a build folder and go to build folder
|
/btstack/port/apollo2-em9304/ |
H A D | README.md | 21 To create example GCC projects, go to the Apollo2-EM9304 folder
|
/btstack/port/windows-h4/ |
H A D | README.md | 32 With mingw64-w64 installed, just go to the port/windows-h4 directory and use CMake as usual
|
/btstack/port/windows-winusb/ |
H A D | README.md | 48 With mingw64-w64 installed, just go to the port/windows-h4 directory and use CMake as usual
|
/btstack/port/windows-winusb-intel/ |
H A D | README.md | 49 With mingw64-w64 installed, just go to the port/windows-h4 directory and use CMake as usual
|
/btstack/port/windows-h4-da14585/ |
H A D | README.md | 38 With mingw64-w64 installed, just go to the port/windows-h4 directory and use CMake as usual
|
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/linker_scripts/samv71/samv71q21/gcc/ |
H A D | flash.ld | 116 /* .ARM.exidx is sorted, so has to go in its own output section. */
|
H A D | sram.ld | 162 /* .ARM.exidx is sorted, so has to go in its own output section. */
|
/btstack/port/max32630-fthr/ |
H A D | README.md | 25 Then, go to the port/max32630-fthr folder and run "make" command in terminal to generate example pr…
|
/btstack/port/windows-h4-zephyr/ |
H A D | README.md | 54 With mingw64-w64 installed, just go to the port/windows-h4 directory and use CMake as usual
|
/btstack/port/raspi/ |
H A D | README.md | 68 Now, go to the BTstack repository and 'switch' to the Raspberry Pi Cross-Compiler container:
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 4429 * Thanks: Huge thanks go to Dagan Galarneau, Horst Garnetzke, Petri
|