Searched refs:raw_new (Results 1 – 4 of 4) sorted by relevance
79 struct raw_pcb * raw_new (u8_t proto);
331 raw_new(u8_t proto) in raw_new() function
498 msg->conn->pcb.raw = raw_new(msg->msg.n.proto);
2518 missing pcb allocations checking (in do_bind, and for each raw_new). Fix style.