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

Lines Matching refs:strbuf

81 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller);
670 struct strbuf data;
770 struct strbuf ctl;
782 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
790 struct strbuf ctl;
801 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
809 struct strbuf data, ctl;
836 struct strbuf ctl;
843 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlinfoack");
868 struct strbuf ctl;
884 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
891 struct strbuf ctl;
903 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
910 struct strbuf ctl;
917 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlokack");
942 struct strbuf ctl;
949 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlbindack");
982 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller)