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

Lines Matching refs:flags

671 	int flags = 0; 	
678 if ((retval = getmsg(sock, NULL, &data, &flags)) < 0) {
771 int flags;
780 flags = 0;
782 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
791 int flags;
799 flags = RS_HIPRI;
801 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
837 int flags;
843 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlinfoack");
855 if (flags != RS_HIPRI)
869 int flags;
882 flags = 0;
884 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
892 int flags;
901 flags = 0;
903 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
911 int flags;
917 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlokack");
929 if (flags != RS_HIPRI)
943 int flags;
949 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlbindack");
955 if (flags != RS_HIPRI)
997 * Set flags argument and issue getmsg().