HomeSort by relevance Sort by last modified time
    Searched refs:slprintf (Results 1 - 19 of 19) sorted by null

  /external/ppp/pppd/plugins/radius/
radattr.c 75 slprintf(fname, sizeof(fname), "/var/run/radattr.%s", ifname);
108 slprintf(fname, sizeof(fname), "/var/run/radattr.%s", ifname);
radius.c 571 slprintf(msg, BUF_LEN, "RADIUS: wrong service type %ld for %s",
581 slprintf(msg, BUF_LEN, "RADIUS: wrong framed protocol %ld for %s",
621 slprintf(msg, BUF_LEN, "RADIUS: bad remote IP address %I for %s",
644 slprintf(msg,BUF_LEN,"RADIUS: bad MS-CHAP2-Success packet");
655 slprintf(msg, BUF_LEN,
665 slprintf(msg, BUF_LEN,
    [all...]
  /external/ppp/pppd/
chap-md5.c 79 slprintf(message, message_space, "Access granted");
83 slprintf(message, message_space, "Access denied");
ccp.c 293 slprintf(bsd_value, sizeof(bsd_value),
341 slprintf(deflate_value, sizeof(deflate_value),
    [all...]
main.c 341 slprintf(numbuf, sizeof(numbuf), "%d", uid);
485 slprintf(db_key, sizeof(db_key), "pppd%d", getpid());
515 slprintf(numbuf, sizeof(numbuf), "%d", getpid());
782 slprintf(ifname, sizeof(ifname), "%s%d", PPP_DRV_NAME, ifunit);
826 slprintf(numbuf, sizeof(numbuf), "%d", getpid());
857 slprintf(pidfilename, sizeof(pidfilename), "%s%s.pid",
879 slprintf(linkpidfile, sizeof(linkpidfile), "%sppp-%s.pid",
1231 slprintf(numbuf, sizeof(numbuf), "%u", link_connect_time);
1233 slprintf(numbuf, sizeof(numbuf), "%u", link_stats.bytes_out);
1235 slprintf(numbuf, sizeof(numbuf), "%u", link_stats.bytes_in)
    [all...]
utils.c 127 * slprintf - format a message into a buffer. Like sprintf except we
135 slprintf __V((char *buf, int buflen, char *fmt, ...)) function
157 * vslprintf - like slprintf, takes a va_list instead of a list of args.
294 slprintf(num, sizeof(num), "%d.%d.%d.%d", (ip >> 24) & 0xff,
946 slprintf(lock_file, sizeof(lock_file), "%s/LK.%03d.%03d.%03d",
965 slprintf(lock_file, sizeof(lock_file), "%s/LCK..%s", LOCK_DIR, dev);
1020 slprintf(lock_buffer, sizeof(lock_buffer), "%10d\n", pid);
1062 slprintf(lock_buffer, sizeof(lock_buffer), "%10d\n", pid);
chap_ms.c 231 slprintf(message, message_space, "Access granted");
237 slprintf(message, message_space, "E=691 R=1 C=%0.*B V=0",
287 slprintf(message, message_space, "S=%s", saresponse);
289 slprintf(message, message_space, "S=%s M=%s",
316 slprintf(message, message_space, "E=691 R=1 C=%0.*B V=0 M=%s",
ipxcp.c 255 slprintf(b, sizeof(b), "%x", ipxaddr);
    [all...]
ipcp.c 302 slprintf(b, sizeof(b), "%I", ipaddr);
327 slprintf(vj_value, sizeof(vj_value), "%d", value);
515 slprintf(netmask_str, sizeof(netmask_str), "%I", mask);
    [all...]
chap-new.c 345 slprintf(rname, sizeof(rname), "%.*v", len, name);
441 slprintf(rname, sizeof(rname), "%.*v", nlen, pkt + clen + 1);
options.c 475 slprintf(path, pl, "%s/%s", user, file);
506 slprintf(path, pl, "%s%s", _PATH_TTYOPT, dev);
    [all...]
auth.c     [all...]
sys-solaris.c 758 slprintf(ifr.ifr_name, sizeof(ifr.ifr_name), PPP_DRV_NAME "%d", ifunit);
    [all...]
upap.c 448 slprintf(rhostname, sizeof(rhostname), "%.*v", ruserlen, ruser);
tty.c 277 slprintf(speed_str, sizeof(speed_str), "%d", spd);
734 slprintf(numbuf, sizeof(numbuf), "%d", baud_rate);
    [all...]
sys-linux.c     [all...]
pppd.h 507 int slprintf __P((char *, int, char *, ...)); /* sprintf++ */
    [all...]
eap.c 1212 (void) slprintf(path, pl, "%s/%s", user, file);
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 596 slprintf(message, message_space, "Access granted");
604 slprintf(message, message_space, "E=691 R=1 C=%0.*B V=0",
645 slprintf(message, message_space, "S=%s", saresponse);
647 slprintf(message, message_space, "S=%s M=%s",
655 slprintf(message, message_space, "E=691 R=1 C=%0.*B V=0 M=%s",
659 slprintf(message, message_space, "E=691 R=1 C=%0.*B V=0 M=%s",

Completed in 89 milliseconds