Searched refs:BF_ALLOC (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtftpsubs.c67 #define BF_ALLOC -3 /* alloc'd but not yet filled */ macro
89 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
170 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dtftpd.c133 * bf.buf buffer. Additionally it can also hold flags BF_ALLOC or BF_FREE.
141 #define BF_ALLOC -3 /* alloc'd but not yet filled */ macro
442 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
549 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */

Completed in 20 milliseconds