Home | History | Annotate | Download | only in rp-pppoe

Lines Matching full:pads

203 * Picks interesting tags out of a PADS packet
212 syslog(LOG_DEBUG, "PADS: Service-Name: '%.*s'", (int) len, data);
215 syslog(LOG_ERR, "PADS: Service-Name-Error: %.*s", (int) len, data);
216 fprintf(stderr, "PADS: Service-Name-Error: %.*s\n", (int) len, data);
219 syslog(LOG_ERR, "PADS: System-Error: %.*s", (int) len, data);
220 fprintf(stderr, "PADS: System-Error: %.*s\n", (int) len, data);
223 syslog(LOG_ERR, "PADS: Generic-Error: %.*s", (int) len, data);
224 fprintf(stderr, "PADS: Generic-Error: %.*s\n", (int) len, data);
492 * Waits for a PADS packet and copies useful information
547 /* Is it PADS? */
630 warn("Timeout waiting for PADS packets");