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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcall.h103 extern void set_error (struct call *, int, const char *, ...);
H A Dcontrol.c373 set_error (c, VENDOR_ERROR, "Specify your assigned tunnel ID");
383 set_error (c, VENDOR_ERROR, "No Authorization");
395 set_error (c, VENDOR_ERROR, "Specify framing capability");
407 set_error(c, VENDOR_ERROR, "Specify bearer capability");
417 set_error (c, VENDOR_ERROR, "Specify your hostname");
472 set_error (c, VENDOR_ERROR, "malloc failed");
483 set_error (c, VENDOR_ERROR, "No secret on our side");
508 set_error (c, VENDOR_ERROR, "Specify framing capability");
520 set_error(c, VENDOR_ERROR, "Specify bearer capability");
530 set_error (
[all...]
H A Davp.c1614 set_error (c, VENDOR_ERROR,
1634 set_error (c, ERROR_LENGTH, "Invalid AVP length");
1642 set_error (c, VENDOR_ERROR, "First AVP must be message type");
1650 set_error (c, ERROR_LENGTH, "AVP too small");
1660 set_error (c, ERROR_RESERVED, "reserved bits set in AVP");
1683 set_error (c, VENDOR_ERROR, "Invalid Hidden AVP");
1728 set_error (c, VENDOR_ERROR, "No handler for attr %d (%s)\n",
H A Dmisc.c48 void set_error (struct call *c, int error, const char *fmt, ...) function

Completed in 53 milliseconds