Searched refs:p (Results 76 – 80 of 80) sorted by relevance
1234
| /lib/liblwip/src/include/lwip/ |
| D | sys.h | 71 #define sys_thread_new(n,t,a,s,p) argument
|
| /lib/liblwip/src/netif/ppp/ |
| D | pap.c | 612 u_char *p, in upap_printpkt() argument 618 LWIP_UNUSED_ARG(p); in upap_printpkt()
|
| D | fsm.c | 654 fsm_rtermreq(fsm *f, int id, u_char *p, int len) in fsm_rtermreq() argument 656 LWIP_UNUSED_ARG(p); in fsm_rtermreq() 669 FSMDEBUG(LOG_INFO, ("%s terminated by peer (%p)\n", PROTO_NAME(f), p)); in fsm_rtermreq()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 234 struct pbuf *p, err_t err)) 349 - err_t udp_send(struct udp_pcb *pcb, struct pbuf *p) 351 Sends the pbuf p. The pbuf is not deallocated. 355 struct pbuf *p, 420 err_t (* input)(struct pbuf *p, struct netif *netif))
|
| /lib/liblwip/ |
| D | CHANGELOG | 1486 in lwipopts.h or use pbuf_free_callback(p)/mem_free_callback(m) to free pbufs 2283 changed snd_queuelen++ to snd_queuelen += pbuf_clen(p). 2349 * udp.c: Fixed bug #20253: icmp_dest_unreach was called with a wrong p->payload 2386 registered, p->payload was modified without modifying p->len if sending
|
1234