| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp.c | 378 pc->linkStatusCB(pc->linkStatusCtx, pc->errCode ? pc->errCode : PPPERR_PROTOCOL, NULL); in pppLinkTerminated() 539 PPPControl *pc; in pppOverSerialOpen() local 563 pc->fd = fd; in pppOverSerialOpen() 610 PPPControl *pc; in pppOverEthernetOpen() local 671 if(pc->ethif) { in pppClose() 1156 pc->mtu = mtu; in ppp_send_config() 1166 pc->outACCM[0], pc->outACCM[1], pc->outACCM[2], pc->outACCM[3])); in ppp_send_config() 1210 pc->rx.inACCM[0], pc->rx.inACCM[1], pc->rx.inACCM[2], pc->rx.inACCM[3])); in ppp_recv_config() 1352 if (netif_add(&pc->netif, &pc->addrs.our_ipaddr, &pc->addrs.netmask, in sifup() 1360 pc->linkStatusCB(pc->linkStatusCtx, pc->errCode, &pc->addrs); in sifup() [all …]
|
| /components/lwp/arch/arm/cortex-a/ |
| A D | lwp_gcc.S | 53 movs pc, r1 117 mov pc, lr 124 mov pc, lr 221 movs pc, lr 262 movs pc, r0 275 pop {pc} 388 mov pc, lr 398 mov pc, lr 442 mov pc, lr 451 mov pc, lr [all …]
|
| /components/lwp/ |
| A D | lwp_dbg.c | 102 void dbg_attach_req(void *pc) in dbg_attach_req() argument 106 rt_dbg_ops->lwp_check_debug_attach_req(pc); in dbg_attach_req()
|
| A D | lwp_dbg.h | 26 void dbg_attach_req(void *pc);
|
| A D | lwp.h | 404 void (*lwp_check_debug_attach_req)(void *pc); 418 void dbg_attach_req(void *pc);
|
| A D | lwp.c | 596 rt_kprintf(" 0x%lx", frame->pc); in lwp_backtrace_frame()
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/ |
| A D | ip_frag.h | 75 struct pbuf_custom pc; member
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | ip4_frag.h | 84 struct pbuf_custom pc; member
|
| A D | ip6_frag.h | 105 struct pbuf_custom pc; member
|
| A D | sockets.h | 133 const void *pc; member
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | ip4_frag.h | 84 struct pbuf_custom pc; member
|
| A D | ip6_frag.h | 129 struct pbuf_custom pc; member
|
| /components/lwp/arch/aarch64/cortex-a/ |
| A D | lwp_arch.c | 254 frame.pc = stack->pc; in arch_backtrace_uthread()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | sockets_priv.h | 127 const void *pc; member
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | pbuf.c | 663 struct pbuf_custom *pc = (struct pbuf_custom*)p; in pbuf_free() local 664 LWIP_ASSERT("pc->custom_free_function != NULL", pc->custom_free_function != NULL); in pbuf_free() 665 pc->custom_free_function(p); in pbuf_free()
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_arch.c | 348 frame.pc = stack->epc; in arch_backtrace_uthread()
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv6/ |
| A D | ip6_frag.c | 753 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip6_frag() 762 pcr->pc.custom_free_function = ip6_frag_free_pbuf_custom; in ip6_frag()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | pbuf.c | 760 struct pbuf_custom *pc = (struct pbuf_custom*)p; in pbuf_free() local 761 LWIP_ASSERT("pc->custom_free_function != NULL", pc->custom_free_function != NULL); in pbuf_free() 762 pc->custom_free_function(p); in pbuf_free()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | pbuf.c | 766 struct pbuf_custom *pc = (struct pbuf_custom *)p; in pbuf_free() local 767 LWIP_ASSERT("pc->custom_free_function != NULL", pc->custom_free_function != NULL); in pbuf_free() 768 pc->custom_free_function(p); in pbuf_free()
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | ip4_frag.c | 798 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag() 807 pcr->pc.custom_free_function = ipfrag_free_pbuf_custom; in ip4_frag()
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | ip4_frag.c | 827 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag() 836 pcr->pc.custom_free_function = ipfrag_free_pbuf_custom; in ip4_frag()
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv6/ |
| A D | ip6_frag.c | 810 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip6_frag() 819 pcr->pc.custom_free_function = ip6_frag_free_pbuf_custom; in ip6_frag()
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | ip_frag.c | 787 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip_frag() 795 pcr->pc.custom_free_function = ipfrag_free_pbuf_custom; in ip_frag()
|
| /components/drivers/usb/cherryusb/class/msc/ |
| A D | usb_scsi.h | 769 …uint8_t pc; /* 4: Bits 4-7: Power condition, Bit 2: NO_FLUSH, Bit 1: LOEJ, Bit 0: START… member
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | sockets.c | 2261 LWIP_SETGETSOCKOPT_DATA_VAR_REF(data).optval.pc = (const void*)optval; in lwip_setsockopt() 2301 data->optval.pc, in lwip_setsockopt_callback()
|