Home
last modified time | relevance | path

Searched refs:tcp_calloc (Results 1 – 2 of 2) sorted by relevance

/subsys/net/ip/
A Dtcp_private.h42 #define tcp_calloc(_nmemb, _size) \ macro
47 #define tcp_calloc(_nmemb, _size) k_calloc(_nmemb, _size) macro
A Dtcp.c4136 tcp_calloc(1, sizeof(struct net_context)); in tcp_input()
4258 struct net_context *context = tcp_calloc(1, in tp_input()

Completed in 11 milliseconds