| /lib/liblwip/src/core/ |
| D | pbuf.c | 209 struct pbuf *p, *q, *r; in pbuf_alloc() local 367 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom() 430 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc() 511 pbuf_header(struct pbuf *p, s16_t header_size_increment) in pbuf_header() 618 pbuf_free(struct pbuf *p) in pbuf_free() 704 pbuf_clen(struct pbuf *p) in pbuf_clen() 723 pbuf_ref(struct pbuf *p) in pbuf_ref() 747 struct pbuf *p; in pbuf_cat() local 803 pbuf_dechain(struct pbuf *p) in pbuf_dechain() 920 struct pbuf *p; in pbuf_copy_partial() local [all …]
|
| D | udp.c | 151 udp_input(struct pbuf *p, struct netif *inp) 454 udp_send(struct udp_pcb *pcb, struct pbuf *p) 464 udp_send_chksum(struct udp_pcb *pcb, struct pbuf *p, 491 udp_sendto(struct udp_pcb *pcb, struct pbuf *p, 500 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip, 549 udp_sendto_if(struct udp_pcb *pcb, struct pbuf *p, 558 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip,
|
| D | tcp_out.c | 98 struct pbuf *p = pbuf_alloc(PBUF_IP, TCP_HLEN + optlen + datalen, PBUF_RAM); in tcp_output_alloc_header() local 159 tcp_create_segment(struct tcp_pcb *pcb, struct pbuf *p, u8_t flags, u32_t seqno, u8_t optflags) in tcp_create_segment() 223 struct pbuf *p; in tcp_pbuf_prealloc() local 523 struct pbuf *p; in tcp_write() local 627 struct pbuf *p; in tcp_write() local 724 struct pbuf *p; in tcp_enqueue_flags() local 844 struct pbuf *p; in tcp_send_empty_ack() local 1199 struct pbuf *p; in tcp_rst() local 1366 struct pbuf *p; in tcp_keepalive() local 1416 struct pbuf *p; in tcp_zero_window_probe() local
|
| D | raw.c | 76 raw_input(struct pbuf *p, struct netif *inp) in raw_input() 203 raw_sendto(struct raw_pcb *pcb, struct pbuf *p, ip_addr_t *ipaddr) in raw_sendto() 286 raw_send(struct raw_pcb *pcb, struct pbuf *p) in raw_send()
|
| D | tcp_in.c | 92 tcp_input(struct pbuf *p, struct netif *inp) in tcp_input() 853 struct pbuf *p; in tcp_receive() local 1498 struct pbuf *p = next->p; in tcp_receive() local
|
| /lib/liblwip/src/core/ipv6/ |
| D | ip6.c | 96 ip_forward(struct pbuf *p, struct ip_hdr *iphdr) in ip_forward() 157 ip_input(struct pbuf *p, struct netif *inp) { in ip_input() 260 ip_output_if (struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, in ip_output_if() 317 ip_output(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, in ip_output() 332 ip_output_hinted(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, in ip_output_hinted() 354 ip_debug_print(struct pbuf *p) in ip_debug_print()
|
| D | icmp6.c | 47 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input() 106 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach() 142 icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t) in icmp_time_exceeded()
|
| D | inet6.c | 80 inet_chksum_pseudo(struct pbuf *p, in inet_chksum_pseudo() 140 inet_chksum_pbuf(struct pbuf *p) in inet_chksum_pbuf()
|
| /lib/liblwip/src/core/ipv4/ |
| D | icmp.c | 77 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input() 261 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach() 275 icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t) in icmp_time_exceeded() 291 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|
| D | ip.c | 166 ip_canforward(struct pbuf *p) in ip_canforward() 202 ip_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) in ip_forward() 305 ip_input(struct pbuf *p, struct netif *inp) 641 ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, 655 err_t ip_output_if_opt(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, 818 ip_output(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, 857 ip_output_hinted(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, 887 ip_debug_print(struct pbuf *p)
|
| D | ip_frag.c | 162 struct pbuf *p; in ip_reass_free_complete_datagram() local 476 ip_reass(struct pbuf *p) in ip_reass() 631 ip_frag_free_pbuf_custom_ref(struct pbuf_custom_ref* p) in ip_frag_free_pbuf_custom_ref() 640 ipfrag_free_pbuf_custom(struct pbuf *p) in ipfrag_free_pbuf_custom() 667 ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest) in ip_frag()
|
| D | inet_chksum.c | 272 inet_chksum_pseudo(struct pbuf *p, in inet_chksum_pseudo() 332 inet_chksum_pseudo_partial(struct pbuf *p, in inet_chksum_pseudo_partial() 409 inet_chksum_pbuf(struct pbuf *p) in inet_chksum_pbuf()
|
| /lib/liblwip/src/core/snmp/ |
| D | asn1_dec.c | 52 snmp_asn1_dec_type(struct pbuf *p, u16_t ofs, u8_t *type) in snmp_asn1_dec_type() 85 snmp_asn1_dec_length(struct pbuf *p, u16_t ofs, u8_t *octets_used, u16_t *length) in snmp_asn1_dec_length() 240 snmp_asn1_dec_u32t(struct pbuf *p, u16_t ofs, u16_t len, u32_t *value) in snmp_asn1_dec_u32t() 333 snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value) in snmp_asn1_dec_s32t() 429 snmp_asn1_dec_oid(struct pbuf *p, u16_t ofs, u16_t len, struct snmp_obj_id *oid) in snmp_asn1_dec_oid() 596 snmp_asn1_dec_raw(struct pbuf *p, u16_t ofs, u16_t len, u16_t raw_len, u8_t *raw) in snmp_asn1_dec_raw()
|
| D | asn1_enc.c | 181 snmp_asn1_enc_type(struct pbuf *p, u16_t ofs, u8_t type) in snmp_asn1_enc_type() 213 snmp_asn1_enc_length(struct pbuf *p, u16_t ofs, u16_t length) in snmp_asn1_enc_length() 308 snmp_asn1_enc_u32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, u32_t value) in snmp_asn1_enc_u32t() 384 snmp_asn1_enc_s32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, s32_t value) in snmp_asn1_enc_s32t() 438 snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident) in snmp_asn1_enc_oid() 562 snmp_asn1_enc_raw(struct pbuf *p, u16_t ofs, u16_t raw_len, u8_t *raw) in snmp_asn1_enc_raw()
|
| D | msg_out.c | 116 struct pbuf *p; in snmp_send_response() local 218 struct pbuf *p; in snmp_send_trap() local 480 snmp_resp_header_enc(struct snmp_msg_pstat *m_stat, struct pbuf *p) in snmp_resp_header_enc() 537 snmp_trap_header_enc(struct snmp_msg_trap *m_trap, struct pbuf *p) in snmp_trap_header_enc() 608 snmp_varbind_list_enc(struct snmp_varbind_root *root, struct pbuf *p, u16_t ofs) in snmp_varbind_list_enc()
|
| /lib/liblwip/test/unit/etharp/ |
| D | test_etharp.c | 34 default_netif_linkoutput(struct netif *netif, struct pbuf *p) in default_netif_linkoutput() 80 …struct pbuf *p = pbuf_alloc(PBUF_RAW, sizeof(struct eth_hdr) + sizeof(struct etharp_hdr), PBUF_RAM… in create_arp_response() local 160 struct pbuf *p = pbuf_alloc(PBUF_TRANSPORT, 10, PBUF_RAM); in START_TEST() local 192 struct pbuf *p = pbuf_alloc(PBUF_TRANSPORT, 10, PBUF_RAM); in START_TEST() local
|
| /lib/liblwip/src/arch/ |
| D | etherif.c | 134 low_level_output(struct netif *netif, struct pbuf *p) in low_level_output() 188 struct pbuf *p, *q; in low_level_input() local 259 struct pbuf *p; in ethernetif_input() local
|
| /lib/liblwip/src/netif/ |
| D | slipif.c | 96 struct pbuf *p, *q; member 115 slipif_output(struct netif *netif, struct pbuf *p, ip_addr_t *ipaddr) in slipif_output() 269 struct pbuf *p; in slipif_rxbyte_input() local 414 struct pbuf *p = priv->rxpackets; in slipif_process_rxqueue() local 442 struct pbuf *p; in slipif_rxbyte_enqueue() local
|
| D | etharp.c | 415 etharp_send_ip(struct netif *netif, struct pbuf *p, struct eth_addr *src, struct eth_addr *dst) in etharp_send_ip() 494 struct pbuf *p; local 639 etharp_ip_input(struct netif *netif, struct pbuf *p) 688 etharp_arp_input(struct netif *netif, struct eth_addr *ethaddr, struct pbuf *p) 1079 struct pbuf *p; local 1181 struct pbuf *p; local 1277 ethernet_input(struct pbuf *p, struct netif *netif)
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_oe.c | 550 pppoe_disc_input(struct netif *netif, struct pbuf *p) in pppoe_disc_input() 671 u8_t *p; in pppoe_send_padi() local 892 u8_t *p; in pppoe_send_padr() local 952 u8_t *p; in pppoe_send_padt() local 980 u8_t *p; in pppoe_send_pado() local 1014 u8_t *p; in pppoe_send_pads() local 1055 u8_t *p; in pppoe_xmit() local
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 45 struct pbuf *p, *q; in tcp_create_segment_wnd() local 176 test_tcp_counters_check_rxdata(struct test_tcp_counters* counters, struct pbuf* p) in test_tcp_counters_check_rxdata() 197 test_tcp_counters_recv(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_counters_recv() 238 void test_tcp_input(struct pbuf *p, struct netif *inp) in test_tcp_input() 254 static err_t test_tcp_netif_output(struct netif *netif, struct pbuf *p, in test_tcp_netif_output()
|
| D | test_tcp.c | 78 struct pbuf* p; in START_TEST() local 129 struct pbuf* p; in START_TEST() local 316 struct pbuf* p; in START_TEST() local 503 struct pbuf *p; in test_tcp_tx_full_window_lost() local
|
| /lib/liblwip/src/api/ |
| D | tcpip.c | 161 tcpip_input(struct pbuf *p, struct netif *inp) in tcpip_input() 480 pbuf_free_int(void *p) in pbuf_free_int() 493 pbuf_free_callback(struct pbuf *p) in pbuf_free_callback()
|
| /sys/dev/x86/ |
| D | debugcons.c | 24 const char *p = str; in DebugConsole_Puts() local
|
| /sys/kern/ |
| D | process.c | 147 Process *p; in Process_Lookup() local 209 Process *p = NULL; in Process_Wait() local
|