Home
last modified time | relevance | path

Searched refs:pcr (Results 1 – 5 of 5) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/core/ipv6/
A Dip6_frag.c637 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ip6_frag_free_pbuf_custom() local
638 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ip6_frag_free_pbuf_custom()
639 LWIP_ASSERT("pcr == p", (void*)pcr == (void*)p); in ip6_frag_free_pbuf_custom()
640 if (pcr->original != NULL) { in ip6_frag_free_pbuf_custom()
641 pbuf_free(pcr->original); in ip6_frag_free_pbuf_custom()
643 ip6_frag_free_pbuf_custom_ref(pcr); in ip6_frag_free_pbuf_custom()
739 struct pbuf_custom_ref *pcr; in ip6_frag() local
746 pcr = ip6_frag_alloc_pbuf_custom_ref(); in ip6_frag()
747 if (pcr == NULL) { in ip6_frag()
755 ip6_frag_free_pbuf_custom_ref(pcr); in ip6_frag()
[all …]
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dip4_frag.c695 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ipfrag_free_pbuf_custom() local
696 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ipfrag_free_pbuf_custom()
697 LWIP_ASSERT("pcr == p", (void*)pcr == (void*)p); in ipfrag_free_pbuf_custom()
698 if (pcr->original != NULL) { in ipfrag_free_pbuf_custom()
699 pbuf_free(pcr->original); in ipfrag_free_pbuf_custom()
701 ip_frag_free_pbuf_custom_ref(pcr); in ipfrag_free_pbuf_custom()
783 struct pbuf_custom_ref *pcr; in ip4_frag() local
792 pcr = ip_frag_alloc_pbuf_custom_ref(); in ip4_frag()
793 if (pcr == NULL) { in ip4_frag()
801 ip_frag_free_pbuf_custom_ref(pcr); in ip4_frag()
[all …]
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dip4_frag.c717 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref *)p; in ipfrag_free_pbuf_custom() local
718 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ipfrag_free_pbuf_custom()
719 LWIP_ASSERT("pcr == p", (void *)pcr == (void *)p); in ipfrag_free_pbuf_custom()
720 if (pcr->original != NULL) { in ipfrag_free_pbuf_custom()
721 pbuf_free(pcr->original); in ipfrag_free_pbuf_custom()
723 ip_frag_free_pbuf_custom_ref(pcr); in ipfrag_free_pbuf_custom()
811 struct pbuf_custom_ref *pcr; in ip4_frag() local
821 pcr = ip_frag_alloc_pbuf_custom_ref(); in ip4_frag()
822 if (pcr == NULL) { in ip4_frag()
830 ip_frag_free_pbuf_custom_ref(pcr); in ip4_frag()
[all …]
/components/net/lwip/lwip-2.1.2/src/core/ipv6/
A Dip6_frag.c697 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ip6_frag_free_pbuf_custom() local
698 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ip6_frag_free_pbuf_custom()
699 LWIP_ASSERT("pcr == p", (void*)pcr == (void*)p); in ip6_frag_free_pbuf_custom()
700 if (pcr->original != NULL) { in ip6_frag_free_pbuf_custom()
701 pbuf_free(pcr->original); in ip6_frag_free_pbuf_custom()
703 ip6_frag_free_pbuf_custom_ref(pcr); in ip6_frag_free_pbuf_custom()
796 struct pbuf_custom_ref *pcr; in ip6_frag() local
803 pcr = ip6_frag_alloc_pbuf_custom_ref(); in ip6_frag()
804 if (pcr == NULL) { in ip6_frag()
812 ip6_frag_free_pbuf_custom_ref(pcr); in ip6_frag()
[all …]
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dip_frag.c642 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ipfrag_free_pbuf_custom() local
643 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ipfrag_free_pbuf_custom()
644 LWIP_ASSERT("pcr == p", (void*)pcr == (void*)p); in ipfrag_free_pbuf_custom()
645 if (pcr->original != NULL) { in ipfrag_free_pbuf_custom()
646 pbuf_free(pcr->original); in ipfrag_free_pbuf_custom()
648 ip_frag_free_pbuf_custom_ref(pcr); in ipfrag_free_pbuf_custom()
774 struct pbuf_custom_ref *pcr; in ip_frag() local
781 pcr = ip_frag_alloc_pbuf_custom_ref(); in ip_frag()
782 if (pcr == NULL) { in ip_frag()
789 ip_frag_free_pbuf_custom_ref(pcr); in ip_frag()
[all …]

Completed in 16 milliseconds