Lines Matching defs:p
263 struct pbuf *p, *q, *r; in pbuf_alloc_ext() local
492 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
560 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc()
638 pbuf_head_space(struct pbuf *p) in pbuf_head_space()
662 pbuf_header_impl(struct pbuf *p, s16_t header_size_increment, u8_t force) in pbuf_header_impl()
758 pbuf_header(struct pbuf *p, s16_t header_size_increment) in pbuf_header()
768 pbuf_header_force(struct pbuf *p, s16_t header_size_increment) in pbuf_header_force()
808 pbuf_free(struct pbuf *p) in pbuf_free()
897 pbuf_clen(const struct pbuf *p) in pbuf_clen()
917 pbuf_ref(struct pbuf *p) in pbuf_ref()
938 struct pbuf *p; in pbuf_cat() local
995 pbuf_dechain(struct pbuf *p) in pbuf_dechain()
1113 const struct pbuf *p; in pbuf_copy_partial() local
1158 void pbuf_split_64k(struct pbuf *p, struct pbuf **rest) in pbuf_split_64k()
1242 struct pbuf *p; in pbuf_take() local
1320 pbuf_coalesce(struct pbuf *p, pbuf_layer layer) in pbuf_coalesce()
1355 pbuf_fill_chksum(struct pbuf *p, u16_t start_offset, const void *dataptr, in pbuf_fill_chksum()
1392 pbuf_get_at(const struct pbuf* p, u16_t offset) in pbuf_get_at()
1410 pbuf_try_get_at(const struct pbuf* p, u16_t offset) in pbuf_try_get_at()
1432 pbuf_put_at(struct pbuf* p, u16_t offset, u8_t data) in pbuf_put_at()
1455 pbuf_memcmp(const struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp()
1497 pbuf_memfind(const struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind()
1524 pbuf_strstr(const struct pbuf* p, const char* substr) in pbuf_strstr()