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

/seL4-camkes-master/projects/musllibc/src/network/
H A Dif_nameindex.c20 unsigned int num, allocated, str_bytes; member in struct:ifnameindexctx
74 ctx->str_bytes += namelen + 1;
96 ifs = malloc(sizeof(struct if_nameindex[ctx->num+1]) + ctx->str_bytes);

Completed in 189 milliseconds