Lines Matching defs:p
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
968 struct pbuf *p; in pbuf_take() local
1010 pbuf_coalesce(struct pbuf *p, pbuf_layer layer) in pbuf_coalesce()
1042 pbuf_fill_chksum(struct pbuf *p, u16_t start_offset, const void *dataptr, in pbuf_fill_chksum()
1077 pbuf_get_at(struct pbuf* p, u16_t offset) in pbuf_get_at()
1104 pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp()
1140 pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind()
1168 pbuf_strstr(struct pbuf* p, const char* substr) in pbuf_strstr()