Lines Matching defs:lsa_rtr
779 struct lsa_rtr lsa_rtr;
798 if (ibuf_add_zero(buf, sizeof(lsa_rtr)) == -1)
933 lsa_rtr.opts = 0;
956 LSA_24_SETLO(lsa_rtr.opts, area_ospf_options(area));
957 LSA_24_SETHI(lsa_rtr.opts, flags);
958 lsa_rtr.opts = htonl(lsa_rtr.opts);
959 if (ibuf_set(buf, sizeof(lsa_hdr), &lsa_rtr, sizeof(lsa_rtr)) == -1)