Searched refs:pbuf_alloc_len (Results 1 – 1 of 1) sorted by relevance
657 u16_t pbuf_alloc_len; in pppos_input() local692 pbuf_alloc_len = 0; in pppos_input()706 pbuf_alloc_len = PBUF_LINK_ENCAPSULATION_HLEN + PBUF_LINK_HLEN; in pppos_input()709 next_pbuf = pbuf_alloc(PBUF_RAW, pbuf_alloc_len, PBUF_POOL); in pppos_input()721 u8_t *payload = ((u8_t*)next_pbuf->payload) + pbuf_alloc_len; in pppos_input()
Completed in 5 milliseconds