| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | pbuf.c | 236 struct pbuf *q, *last; in pbuf_alloc() local 404 struct pbuf *q; in pbuf_realloc() local 671 pbuf_free_header(struct pbuf *q, u16_t size) in pbuf_free_header() 728 struct pbuf *q; in pbuf_free() local 914 struct pbuf *q; in pbuf_dechain() local 1076 const struct pbuf *q; in pbuf_get_contiguous() local 1155 const struct pbuf *q = in; in pbuf_skip_const() local 1280 struct pbuf *q; in pbuf_coalesce() local 1308 struct pbuf *q; in pbuf_clone() local 1414 struct pbuf *q = pbuf_skip(p, offset, &q_idx); in pbuf_put_at() local [all …]
|
| A D | inet_chksum.c | 262 struct pbuf *q; in inet_cksum_pseudo_base() local 402 struct pbuf *q; in inet_cksum_pseudo_partial_base() local 571 struct pbuf *q; in inet_chksum_pbuf() local
|
| /components/net/lwip/lwip-2.1.2/test/unit/arch/ |
| A D | sys_arch.c | 250 sys_mbox_post(sys_mbox_t *q, void *msg) in sys_mbox_post() 270 sys_mbox_trypost(sys_mbox_t *q, void *msg) in sys_mbox_trypost() 287 sys_mbox_trypost_fromisr(sys_mbox_t *q, void *msg) in sys_mbox_trypost_fromisr() 293 sys_arch_mbox_fetch(sys_mbox_t *q, void **msg, u32_t timeout) in sys_arch_mbox_fetch() 343 sys_arch_mbox_tryfetch(sys_mbox_t *q, void **msg) in sys_arch_mbox_tryfetch()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | pbuf.c | 250 struct pbuf *p, *q, *r; in pbuf_alloc() local 495 struct pbuf *q; in pbuf_realloc() local 718 struct pbuf *q; in pbuf_free() local 901 struct pbuf *q; in pbuf_dechain() local 1108 const struct pbuf* q = in; in pbuf_skip_const() local 1196 struct pbuf* q = pbuf_skip(buf, offset, &target_offset); in pbuf_take_at() local 1231 struct pbuf *q; in pbuf_coalesce() local 1320 const struct pbuf* q = pbuf_skip_const(p, offset, &q_idx); in pbuf_try_get_at() local 1342 struct pbuf* q = pbuf_skip(p, offset, &q_idx); in pbuf_put_at() local 1365 const struct pbuf* q = p; in pbuf_memcmp() local
|
| A D | inet_chksum.c | 262 struct pbuf *q; in inet_cksum_pseudo_base() local 402 struct pbuf *q; in inet_cksum_pseudo_partial_base() local 571 struct pbuf *q; in inet_chksum_pbuf() local
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | pbuf.c | 209 struct pbuf *p, *q, *r; in pbuf_alloc() local 432 struct pbuf *q; in pbuf_realloc() local 621 struct pbuf *q; in pbuf_free() local 805 struct pbuf *q; in pbuf_dechain() local 1012 struct pbuf *q; in pbuf_coalesce() local 1080 struct pbuf* q = p; in pbuf_get_at() local 1107 struct pbuf* q = p; in pbuf_memcmp() local
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv6/ |
| A D | icmp6.c | 108 struct pbuf *q; in icmp_dest_unreach() local 144 struct pbuf *q; in icmp_time_exceeded() local
|
| A D | inet6.c | 85 struct pbuf *q; in inet_chksum_pseudo() local 143 struct pbuf *q; in inet_chksum_pbuf() local
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | etharp.c | 94 struct etharp_q_entry *q; member 148 free_etharp_q(struct etharp_q_entry *q) in free_etharp_q() 164 #define free_etharp_q(q) pbuf_free(q) argument 475 struct etharp_q_entry *q = arp_table[i].q; local 746 etharp_output_to_arp_index(struct netif *netif, struct pbuf *q, u8_t arp_idx) 789 etharp_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr) 930 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q)
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | etharp.c | 93 struct etharp_q_entry *q; member 147 free_etharp_q(struct etharp_q_entry *q) in free_etharp_q() 162 #define free_etharp_q(q) pbuf_free(q) argument 473 struct etharp_q_entry *q = arp_table[i].q; local 748 etharp_output_to_arp_index(struct netif *netif, struct pbuf *q, netif_addr_idx_t arp_idx) 791 etharp_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr) 933 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q)
|
| /components/net/lwip/lwip-1.4.1/src/netif/ |
| A D | slipif.c | 96 struct pbuf *p, *q; member 118 struct pbuf *q; in slipif_output() local 417 struct pbuf *q = p; in slipif_process_rxqueue() local 452 struct pbuf *q = p; in slipif_rxbyte_enqueue() local
|
| A D | etharp.c | 108 struct etharp_q_entry *q; member 155 free_etharp_q(struct etharp_q_entry *q) in free_etharp_q() 171 #define free_etharp_q(q) pbuf_free(q) argument 496 struct etharp_q_entry *q = arp_table[i].q; local 842 etharp_output_to_arp_index(struct netif *netif, struct pbuf *q, u8_t arp_idx) 879 etharp_output(struct netif *netif, struct pbuf *q, ip_addr_t *ipaddr) 1016 etharp_query(struct netif *netif, ip_addr_t *ipaddr, struct pbuf *q)
|
| /components/net/lwip/lwip-2.1.2/src/netif/ |
| A D | slipif.c | 98 struct pbuf *p, *q; member 119 struct pbuf *q; in slipif_output() local 464 struct pbuf *q = p; in slipif_process_rxqueue() local 500 struct pbuf *q = p; in slipif_rxbyte_enqueue() local
|
| /components/net/lwip/lwip-2.0.3/src/netif/ |
| A D | slipif.c | 98 struct pbuf *p, *q; member 119 struct pbuf *q; in slipif_output() local 464 struct pbuf *q = p; in slipif_process_rxqueue() local 499 struct pbuf *q = p; in slipif_rxbyte_enqueue() local
|
| A D | lowpan6.c | 595 lowpan4_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr) in lowpan4_output() 617 lowpan6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr) in lowpan6_output() 689 struct pbuf * q; in lowpan6_decompress() local
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | inet_chksum.c | 278 struct pbuf *q; in inet_chksum_pseudo() local 338 struct pbuf *q; in inet_chksum_pseudo_partial() local 412 struct pbuf *q; in inet_chksum_pbuf() local
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv6/ |
| A D | ethip6.c | 79 ethip6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr) in ethip6_output()
|
| A D | nd6.c | 122 #define nd6_free_q(q) pbuf_free(q) argument 1731 nd6_queue_packet(s8_t neighbor_index, struct pbuf *q) in nd6_queue_packet() 1842 nd6_free_q(struct nd6_q_entry *q) in nd6_free_q() 1868 struct nd6_q_entry *q; in nd6_send_q() local 1930 nd6_get_next_hop_addr_or_queue(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr, cons… in nd6_get_next_hop_addr_or_queue()
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv6/ |
| A D | ethip6.c | 79 ethip6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr) in ethip6_output()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | multilink.c | 348 char *p, *q; in remove_bundle_link() local 377 char *p, *q; in iterate_bundle_links() local 499 char *q, c, c2; local
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | multilink.c | 348 char *p, *q; in remove_bundle_link() local 377 char *p, *q; in iterate_bundle_links() local 499 char *q, c, c2; local
|
| /components/net/lwip/lwip-2.0.3/test/unit/core/ |
| A D | test_pbuf.c | 156 struct pbuf *q = p->next; in START_TEST() local 207 struct pbuf *q = p->next; in START_TEST() local
|
| /components/net/lwip/lwip-2.1.2/test/unit/core/ |
| A D | test_pbuf.c | 185 struct pbuf *q = p->next; in START_TEST() local 237 struct pbuf *q = p->next; in START_TEST() local
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | nd6_priv.h | 78 struct nd6_q_entry *q; member 81 struct pbuf *q; member
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | nd6_priv.h | 78 struct nd6_q_entry *q; member 81 struct pbuf *q; member
|