Searched refs:bsd_alloc (Results 1 – 2 of 2) sorted by relevance
169 static void *bsd_alloc(unsigned char *options, int opt_len, int decomp);352 static void *bsd_alloc (unsigned char *options, int opt_len, int decomp) in bsd_alloc() function451 return bsd_alloc (options, opt_len, 0); in bsd_comp_alloc()456 return bsd_alloc (options, opt_len, 1); in bsd_decomp_alloc()
304 static void *bsd_alloc(struct isdn_ppp_comp_data *data) in bsd_alloc() function900 .alloc = bsd_alloc,