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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dmisc.h78 extern void safe_copy (char *, char *, int);
H A Davp.c486 safe_copy (c->errormsg, (char *) &raw[5], datalen - 10);
840 safe_copy (t->hostname, (char *) &raw[3], size - 6);
894 safe_copy (t->call_head->dialing, (char *) &raw[3], size);
949 safe_copy (t->call_head->dialed, (char *) &raw[3], size);
1004 safe_copy (t->call_head->subaddy, (char *) &raw[3], size);
1057 safe_copy (t->vendor, (char *) &raw[3], size);
H A Dmisc.c187 inline void safe_copy (char *a, char *b, int size) function

Completed in 51 milliseconds