Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 116) sorted by relevance

12345

/btstack/3rd-party/lwip/core/src/core/
H A Dpbuf.c179 pbuf_init_alloced_pbuf(struct pbuf *p, void *payload, u16_t tot_len, u16_t len, pbuf_type type, u8_… in pbuf_init_alloced_pbuf()
226 struct pbuf *p; in pbuf_alloc() local
329 struct pbuf *p; in pbuf_alloc_reference() local
363 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
402 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc()
473 pbuf_add_header_impl(struct pbuf *p, size_t header_size_increment, u8_t force) in pbuf_add_header_impl()
551 pbuf_add_header(struct pbuf *p, size_t header_size_increment) in pbuf_add_header()
561 pbuf_add_header_force(struct pbuf *p, size_t header_size_increment) in pbuf_add_header_force()
582 pbuf_remove_header(struct pbuf *p, size_t header_size_decrement) in pbuf_remove_header()
616 pbuf_header_impl(struct pbuf *p, s16_t header_size_increment, u8_t force) in pbuf_header_impl()
[all …]
H A Dtcp_out.c158 tcp_create_segment(const struct tcp_pcb *pcb, struct pbuf *p, u8_t hdrflags, u32_t seqno, u8_t optf… in tcp_create_segment()
229 struct pbuf *p; in tcp_pbuf_prealloc() local
557 struct pbuf *p; in tcp_write() local
598 struct pbuf *p; in tcp_write() local
712 struct pbuf *p; in tcp_write() local
741 struct pbuf *p; in tcp_write() local
830 struct pbuf *p = NULL; in tcp_split_unsent_seg() local
1034 struct pbuf *p; in tcp_enqueue_flags() local
1823 struct pbuf *p; in tcp_output_alloc_header_common() local
1856 struct pbuf *p; in tcp_output_alloc_header() local
[all …]
H A Dinet_chksum.c260 inet_cksum_pseudo_base(struct pbuf *p, u8_t proto, u16_t proto_len, u32_t acc) in inet_cksum_pseudo_base()
310 inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo()
343 ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo()
379 ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip_chksum_pseudo()
399 inet_cksum_pseudo_partial_base(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_cksum_pseudo_partial_base()
456 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo_partial()
491 ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo_partial()
526 ip_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in ip_chksum_pseudo_partial()
568 inet_chksum_pbuf(struct pbuf *p) in inet_chksum_pbuf()
H A Dudp.c194 udp_input(struct pbuf *p, struct netif *inp) in udp_input()
467 udp_send(struct udp_pcb *pcb, struct pbuf *p) in udp_send()
485 udp_send_chksum(struct udp_pcb *pcb, struct pbuf *p, in udp_send_chksum()
520 udp_sendto(struct udp_pcb *pcb, struct pbuf *p, in udp_sendto()
530 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_chksum()
624 udp_sendto_if(struct udp_pcb *pcb, struct pbuf *p, in udp_sendto_if()
633 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_if_chksum()
699 udp_sendto_if_src(struct udp_pcb *pcb, struct pbuf *p, in udp_sendto_if_src()
708 udp_sendto_if_src_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_if_src_chksum()
H A Draw.c135 raw_input(struct pbuf *p, struct netif *inp) in raw_input()
354 raw_sendto(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *ipaddr) in raw_sendto()
420 raw_sendto_if_src(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in raw_sendto_if_src()
546 raw_send(struct raw_pcb *pcb, struct pbuf *p) in raw_send()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dip.h63 #define LWIP_IP_CHECK_PBUF_REF_COUNT_FOR_TX(p) LWIP_ASSERT("p->ref == 1", (p)->ref == 1) argument
228 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
236 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
244 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
249 #define ip_output_if_hdrincl(p, src, dest, netif) \ argument
254 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
273 #define ip_debug_print(is_ipv6, p) ((is_ipv6) ? ip6_debug_print(p) : ip4_debug_print(p)) argument
279 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
281 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
283 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
[all …]
H A Dpbuf.h72 #define PBUF_NEEDS_COPY(p) ((p)->type_internal & PBUF_TYPE_FLAG_DATA_VOLATILE) argument
283 #define pbuf_get_allocsrc(p) ((p)->type_internal & PBUF_TYPE_ALLOC_SRC_MASK) argument
284 #define pbuf_match_allocsrc(p, type) (pbuf_get_allocsrc(p) == ((type) & PBUF_TYPE_ALLOC_SRC_MASK)) argument
285 #define pbuf_match_type(p, type) pbuf_match_allocsrc(p, type) argument
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dicmp6.c83 icmp6_input(struct pbuf *p, struct netif *inp) in icmp6_input()
220 icmp6_dest_unreach(struct pbuf *p, enum icmp6_dur_code c) in icmp6_dest_unreach()
236 icmp6_packet_too_big(struct pbuf *p, u32_t mtu) in icmp6_packet_too_big()
252 icmp6_time_exceeded(struct pbuf *p, enum icmp6_te_code c) in icmp6_time_exceeded()
273 icmp6_time_exceeded_with_addrs(struct pbuf *p, enum icmp6_te_code c, in icmp6_time_exceeded_with_addrs()
292 icmp6_param_problem(struct pbuf *p, enum icmp6_pp_code c, const void *pointer) in icmp6_param_problem()
309 icmp6_send_response(struct pbuf *p, u8_t code, u32_t data, u8_t type) in icmp6_send_response()
346 icmp6_send_response_with_addrs(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs()
385 icmp6_send_response_with_addrs_and_netif(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs_and_netif()
H A Dip6.c366 ip6_forward(struct pbuf *p, struct ip6_hdr *iphdr, struct netif *inp) in ip6_forward()
509 ip6_input(struct pbuf *p, struct netif *inp)
1149 ip6_output_if(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
1173 ip6_output_if_src(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
1291 ip6_output(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
1349 ip6_output_hinted(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
1403 ip6_options_add_hbh_ra(struct pbuf *p, u8_t nexth, u8_t value)
1451 ip6_debug_print(struct pbuf *p)
H A Dip6_frag.c153 struct pbuf *p; in ip6_reass_free_complete_datagram() local
272 ip6_reass(struct pbuf *p) in ip6_reass()
686 ip6_frag_free_pbuf_custom_ref(struct pbuf_custom_ref* p) in ip6_frag_free_pbuf_custom_ref()
695 ip6_frag_free_pbuf_custom(struct pbuf *p) in ip6_frag_free_pbuf_custom()
720 ip6_frag(struct pbuf *p, struct netif *netif, const ip6_addr_t *dest) in ip6_frag()
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4.c239 ip4_canforward(struct pbuf *p) in ip4_canforward()
281 ip4_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) in ip4_forward()
426 ip4_input(struct pbuf *p, struct netif *inp)
787 ip4_output_if(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest,
802 ip4_output_if_opt(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest,
827 ip4_output_if_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest,
840 ip4_output_if_opt_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest,
1028 ip4_output(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest,
1065 ip4_output_hinted(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest,
1093 ip4_debug_print(struct pbuf *p)
H A Dicmp.c80 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input()
308 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach()
323 icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t) in icmp_time_exceeded()
340 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
H A Dip4_frag.c168 struct pbuf *p; in ip_reass_free_complete_datagram() local
503 ip4_reass(struct pbuf *p) in ip4_reass()
706 ip_frag_free_pbuf_custom_ref(struct pbuf_custom_ref *p) in ip_frag_free_pbuf_custom_ref()
715 ipfrag_free_pbuf_custom(struct pbuf *p) in ipfrag_free_pbuf_custom()
740 ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest) in ip4_frag()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dpppol2tp.c165 static err_t pppol2tp_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) { in pppol2tp_write()
204 static err_t pppol2tp_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppol2tp_netif_output()
345 static void pppol2tp_input(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u… in pppol2tp_input()
486 static void pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t … in pppol2tp_dispatch_control_packet()
813 u8_t *p; in pppol2tp_send_sccrq() local
908 u8_t *p; in pppol2tp_send_scccn() local
959 u8_t *p; in pppol2tp_send_icrq() local
1008 u8_t *p; in pppol2tp_send_iccn() local
1055 u8_t *p; in pppol2tp_send_zlb() local
1084 u8_t *p; in pppol2tp_send_stopccn() local
[all …]
H A Dmultilink.c126 char *p; in mp_join_bundle() local
307 char *p; in make_bundle_links() local
348 char *p, *q; in remove_bundle_link() local
377 char *p, *q; in iterate_bundle_links() local
412 char *p, *endp; local
455 char *p; local
497 u_char *p = ep->value; local
549 char *p, *endp; local
H A Dccp.c455 static void ccp_input(ppp_pcb *pcb, u_char *p, int len) { in ccp_input()
487 static int ccp_extcode(fsm *f, int code, int id, u_char *p, int len) { in ccp_extcode()
768 static void ccp_addci(fsm *f, u_char *p, int *lenp) { in ccp_addci()
835 static int ccp_ackci(fsm *f, u_char *p, int len) { in ccp_ackci()
928 static int ccp_nakci(fsm *f, u_char *p, int len, int treat_as_reject) { in ccp_nakci()
1021 static int ccp_rejci(fsm *f, u_char *p, int len) { in ccp_rejci()
1105 static int ccp_reqci(fsm *f, u_char *p, int *lenp, int dont_nak) { in ccp_reqci()
1400 char *p = result; in method_name() local
1522 static int ccp_printpkt(const u_char *p, int plen, void (*printer) (void *, const char *, ...), voi… in ccp_printpkt()
H A Dpppoe.c209 static err_t pppoe_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) { in pppoe_write()
251 static err_t pppoe_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppoe_netif_output()
755 u8_t *p; in pppoe_send_padi() local
980 u8_t *p; in pppoe_send_padr() local
1036 u8_t *p; in pppoe_send_padt() local
1070 u8_t *p; in pppoe_send_pado() local
1100 u8_t *p; in pppoe_send_pads() local
1137 u8_t *p; in pppoe_xmit() local
H A Dchap-new.c225 struct pbuf *p; in chap_timeout() local
259 unsigned char *p; in chap_generate_challenge() local
287 struct pbuf *p; local
439 struct pbuf *p; local
593 static int chap_print_pkt(const unsigned char *p, int plen,
H A Deap.c251 struct pbuf *p; in eap_send_failure() local
282 struct pbuf *p; in eap_send_success() local
639 struct pbuf *p; in eap_send_request() local
1016 struct pbuf *p; in eap_send_response() local
1049 struct pbuf *p; in eap_chap_response() local
1095 struct pbuf *p; local
1136 struct pbuf *p; local
1168 struct pbuf *p; in eap_send_nak() local
/btstack/3rd-party/lwip/core/src/netif/
H A Dslipif.c98 struct pbuf *p, *q; member
116 slipif_output(struct netif *netif, struct pbuf *p) in slipif_output()
172 slipif_output_v4(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) in slipif_output_v4()
191 slipif_output_v6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr) in slipif_output_v6()
312 struct pbuf *p; in slipif_rxbyte_input() local
461 struct pbuf *p = priv->rxpackets; in slipif_process_rxqueue() local
490 struct pbuf *p; in slipif_rxbyte_enqueue() local
H A Dbridgeif.c249 bridgeif_send_to_port(bridgeif_private_t *br, struct pbuf *p, u8_t dstport_idx) in bridgeif_send_to_port()
274 bridgeif_send_to_ports(bridgeif_private_t *br, struct pbuf *p, bridgeif_portmask_t dstports) in bridgeif_send_to_ports()
298 bridgeif_output(struct netif *netif, struct pbuf *p) in bridgeif_output()
326 bridgeif_input(struct pbuf *p, struct netif *netif) in bridgeif_input()
393 bridgeif_tcpip_input(struct pbuf *p, struct netif *netif) in bridgeif_tcpip_input()
/btstack/3rd-party/lc3-google/test/neon/
H A Dneon.h44 static int16x4_t vld1_s16(const int16_t *p) in vld1_s16()
141 static float32x2_t vld1_f32(const float *p) in vld1_f32()
147 static float32x4_t vld1q_f32(const float *p) in vld1q_f32()
153 static float32x4_t vld1q_dup_f32(const float *p) in vld1q_dup_f32()
159 static float32x2x2_t vld2_f32(const float *p) in vld2_f32()
166 static float32x4x2_t vld2q_f32(const float *p) in vld2q_f32()
173 static void vst1_f32(float *p, float32x2_t v) in vst1_f32()
179 static void vst1q_f32(float *p, float32x4_t v) in vst1q_f32()
/btstack/platform/lwip/
H A Dbnep_lwip.c141 static void bnep_lwip_outgoing_queue_packet(struct pbuf *p){ in bnep_lwip_outgoing_queue_packet()
152 struct pbuf * p = NULL; in bnep_lwip_outgoing_pop_packet() local
171 static void bnep_lwip_free_pbuf(struct pbuf * p){ in bnep_lwip_free_pbuf()
215 static err_t low_level_output( struct netif *netif, struct pbuf *p ){ in low_level_output()
318 struct pbuf * p = pbuf_alloc(PBUF_RAW, size, PBUF_POOL); in bnep_lwip_netif_process_packet() local
/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c123 struct pbuf* p = pbuf_alloc(PBUF_TRANSPORT, (u16_t)(TFTP_HEADER_LENGTH + size), PBUF_RAM); in init_packet() local
140 struct pbuf* p = init_packet(opcode, 0, fname_length + mode_length - 2); in send_request() local
161 struct pbuf *p; in send_error() local
181 struct pbuf *p; in send_ack() local
198 struct pbuf *p = pbuf_alloc(PBUF_TRANSPORT, tftp_state.last_data->len, PBUF_RAM); in resend_data() local
243 recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in recv()
/btstack/3rd-party/lwip/core/src/api/
H A Dtcpip.c240 tcpip_inpkt(struct pbuf *p, struct netif *inp, netif_input_fn input_fn) in tcpip_inpkt()
283 tcpip_input(struct pbuf *p, struct netif *inp) in tcpip_input()
627 pbuf_free_int(void *p) in pbuf_free_int()
640 pbuf_free_callback(struct pbuf *p) in pbuf_free_callback()

12345