Searched refs:big_buf (Results 1 – 1 of 1) sorted by relevance
25 char *big_buf = NULL; in getsetsockopt() local36 big_buf = calloc(1, optlen); in getsetsockopt()37 if (!big_buf) { in getsetsockopt()42 *(int *)big_buf = 0x08; in getsetsockopt()49 memset(big_buf, 0, optlen); in getsetsockopt()57 if (*big_buf != 0x08) { in getsetsockopt()59 (int)*big_buf); in getsetsockopt()101 memset(big_buf, 0, optlen); in getsetsockopt()117 optlen, *(__u8 *)big_buf); in getsetsockopt()214 free(big_buf); in getsetsockopt()[all …]