| /lib/liblwip/src/core/ |
| D | memp.c | 217 memp_overflow_check_element_overflow(struct memp *p, u16_t memp_type) in memp_overflow_check_element_overflow() 250 memp_overflow_check_element_underflow(struct memp *p, u16_t memp_type) in memp_overflow_check_element_underflow() 284 struct memp *p; in memp_overflow_check_all() local 311 struct memp *p; in memp_overflow_init() local
|
| D | dhcp.c | 1311 const char *p = netif->hostname; in dhcp_option_hostname() local 1337 dhcp_parse_reply(struct dhcp *dhcp, struct pbuf *p) in dhcp_parse_reply() 1537 dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in dhcp_recv()
|
| D | dns.c | 565 struct pbuf *p; in dns_send() local 733 dns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in dns_recv()
|
| D | mem.c | 648 void *p; in mem_calloc() local
|
| /sys/kern/ |
| D | printf.c | 36 char *p = buf; in printnum() local 80 const char *p; in kvprintf() local
|
| D | libc.c | 123 uint8_t *p = (uint8_t *)dst; in memset() local
|
| /lib/liblwip/src/core/ipv4/ |
| D | igmp.c | 389 igmp_input(struct pbuf *p, struct netif *inp, ip_addr_t *dest) in igmp_input() 745 igmp_ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, struct netif *netif) in igmp_ip_output_if() 764 struct pbuf* p = NULL; in igmp_send() local
|
| /lib/liblwip/src/api/ |
| D | api_msg.c | 78 recv_raw(void *arg, struct raw_pcb *pcb, struct pbuf *p, in recv_raw() 144 recv_udp(void *arg, struct udp_pcb *pcb, struct pbuf *p, 216 recv_tcp(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err) 686 struct pbuf *p; local
|
| /lib/liblwip/src/netif/ppp/ |
| D | lcp.c | 395 lcp_input(int unit, u_char *p, int len) in lcp_input() 503 lcp_sprotrej(int unit, u_char *p, int len) in lcp_sprotrej() 637 lcp_ackci(fsm *f, u_char *p, int len) in lcp_ackci() 759 lcp_nakci(fsm *f, u_char *p, int len) in lcp_nakci() 1079 lcp_rejci(fsm *f, u_char *p, int len) in lcp_rejci() 1238 u_char *p; /* Pointer to next char to parse */ in lcp_reqci() local 1730 print_string( char *p, int len, void (*printer) (void *, char *, ...), void *arg) in print_string() argument 1772 lcp_printpkt( u_char *p, int plen, void (*printer) (void *, char *, ...), void *arg) in lcp_printpkt()
|
| D | ipcp.c | 258 ipcp_input(int unit, u_char *p, int len) in ipcp_input() 425 ipcp_ackci(fsm *f, u_char *p, int len) in ipcp_ackci() 545 ipcp_nakci(fsm *f, u_char *p, int len) in ipcp_nakci() 750 ipcp_rejci(fsm *f, u_char *p, int len) in ipcp_rejci() 886 u_char *p; /* Pointer to next char to parse */ in ipcp_reqci() local 1350 ipcp_printpkt(u_char *p, int plen, void (*printer) (void *, char *, ...), void *arg) in ipcp_printpkt()
|
| D | ppp.c | 142 #define PPP_ADDRESS(p) (((u_char *)(p))[0]) argument 143 #define PPP_CONTROL(p) (((u_char *)(p))[1]) argument 144 #define PPP_PROTOCOL(p) ((((u_char *)(p))[2] << 8) + ((u_char *)(p))[3]) argument 766 pppifOutputOverEthernet(int pd, struct pbuf *p) in pppifOutputOverEthernet() 817 struct pbuf *headMB = NULL, *tailMB = NULL, *p; in pppifOutput() local 1567 pppSingleBuf(struct pbuf *p) in pppSingleBuf()
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | ip_frag.h | 56 struct pbuf *p; member
|
| /sys/dev/ |
| D | ahci.c | 236 volatile AHCIPort *p = ahci->port[port]; in AHCI_DumpPort() local 259 volatile AHCIPort *p = ahci->port[port]; in AHCI_IssueCommand() local 287 volatile AHCIPort *p = ahci->port[port]; in AHCI_WaitPort() local 301 volatile AHCIPort *p = ahci->port[port]; in AHCI_IdentifyPort() local 334 volatile AHCIPort *p = ahci->port[port]; in AHCI_ResetPort() local 475 int p; in AHCI_Configure() local
|
| /lib/liblwip/test/unit/tcp/ |
| D | test_tcp_oos.c | 491 struct pbuf *p = tcp_create_rx_segment(pcb, &data_full_wnd[TCP_MSS*(k+1)], in START_TEST() local 580 struct pbuf *p = tcp_create_rx_segment(pcb, &data_full_wnd[k], in START_TEST() local 659 struct pbuf *p = tcp_create_rx_segment(pcb, &data_full_wnd[i], in START_TEST() local 729 struct pbuf *p_normal_fin, *p_data_after_fin, *p, *p_2nd_fin_ooseq; in test_tcp_recv_ooseq_double_FINs() local
|
| /lib/liblwip/src/core/snmp/ |
| D | msg_in.c | 822 snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in snmp_recv() 916 snmp_pdu_header_check(struct pbuf *p, u16_t ofs, u16_t pdu_len, u16_t *ofs_ret, struct snmp_msg_pst… in snmp_pdu_header_check() 1110 snmp_pdu_dec_varbindlist(struct pbuf *p, u16_t ofs, u16_t *ofs_ret, struct snmp_msg_pstat *m_stat) in snmp_pdu_dec_varbindlist()
|
| /lib/libc/ |
| D | printf.c | 33 char *p = buf; in printnum() local 77 const char *p; in kvprintf() local
|
| D | string.c | 166 uint8_t *p = (uint8_t *)dst; in memset() local
|
| /sys/dev/x86/ |
| D | sercons.c | 104 const char *p = str; in Serial_Puts() local
|
| D | vgacons.c | 159 const char *p = str; in VGA_Puts() local
|
| /lib/liblwip/src/include/netif/ |
| D | etharp.h | 177 struct pbuf *p; member
|
| /lib/liblwip/src/include/lwip/ |
| D | sockets.h | 295 #define FD_SET(n, p) ((p)->fd_bits[(n)/8] |= (1 << ((n) & 7))) argument 296 #define FD_CLR(n, p) ((p)->fd_bits[(n)/8] &= ~(1 << ((n) & 7))) argument 297 #define FD_ISSET(n,p) ((p)->fd_bits[(n)/8] & (1 << ((n) & 7))) argument 298 #define FD_ZERO(p) memset((void*)(p),0,sizeof(*(p))) argument
|
| D | netbuf.h | 49 struct pbuf *p, *ptr; member
|
| D | api.h | 223 #define netconn_peer(c,i,p) netconn_getaddr(c,i,p,0) argument 224 #define netconn_addr(c,i,p) netconn_getaddr(c,i,p,1) argument
|
| D | tcpip.h | 144 struct pbuf *p; member
|
| D | tcp_impl.h | 199 #define TCP_EVENT_RECV(pcb,p,err,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument 279 struct pbuf *p; /* buffer containing data + TCP header */ member
|