Home
last modified time | relevance | path

Searched refs:area_id (Results 1 – 21 of 21) sorted by relevance

/openbsd/usr.sbin/ospf6d/
H A Dpacket.c56 ospf_hdr.area_id = iface->area->id.s_addr; in gen_ospf_hdr()
273 if (ospf_hdr->area_id != iface->area->id.s_addr) { in ospf_hdr_sanity_check()
274 id.s_addr = ospf_hdr->area_id; in ospf_hdr_sanity_check()
280 if (ospf_hdr->area_id != 0) { in ospf_hdr_sanity_check()
281 id.s_addr = ospf_hdr->area_id; in ospf_hdr_sanity_check()
H A Darea.c77 area_find(struct ospfd_conf *conf, struct in_addr area_id) in area_find() argument
82 if (area->id.s_addr == area_id.s_addr) { in area_find()
H A Drde.h70 struct in_addr area_id; member
H A Dospf6.h117 u_int32_t area_id; member
H A Dneighbor.c322 rn.area_id.s_addr = nbr->iface->area->id.s_addr; in nbr_new()
H A Drde.c1030 if ((area = area_find(rdeconf, new->area_id)) == NULL) in rde_nbr_new()
/openbsd/usr.sbin/ospfd/
H A Dpacket.c55 ospf_hdr.area_id = iface->area->id.s_addr; in gen_ospf_hdr()
300 if (ospf_hdr->area_id != iface->area->id.s_addr) { in ospf_hdr_sanity_check()
301 addr.s_addr = ospf_hdr->area_id; in ospf_hdr_sanity_check()
307 if (ospf_hdr->area_id != 0) { in ospf_hdr_sanity_check()
308 addr.s_addr = ospf_hdr->area_id; in ospf_hdr_sanity_check()
H A Darea.c83 area_find(struct ospfd_conf *conf, struct in_addr area_id) in area_find() argument
88 if (area->id.s_addr == area_id.s_addr) { in area_find()
H A Dospf.h138 u_int32_t area_id; member
H A Drde.h68 struct in_addr area_id; member
H A Dneighbor.c317 rn.area_id.s_addr = nbr->iface->area->id.s_addr; in nbr_new()
H A Drde.c973 if ((area = area_find(rdeconf, new->area_id)) == NULL) in rde_nbr_new()
/openbsd/usr.sbin/ospf6ctl/
H A Dospf6ctl.c616 static struct in_addr area_id; in show_database_msg() local
628 show_database_head(area_id, ifname, lsa->type); in show_database_msg()
640 area_id = area->id; in show_database_msg()
772 static struct in_addr area_id; in show_db_msg_detail() local
793 show_database_head(area_id, ifname, lsa->hdr.type); in show_db_msg_detail()
830 show_database_head(area_id, ifname, lsa->hdr.type); in show_db_msg_detail()
861 show_database_head(area_id, ifname, lsa->hdr.type); in show_db_msg_detail()
884 show_database_head(area_id, ifname, lsa->hdr.type); in show_db_msg_detail()
938 show_database_head(area_id, ifname, lsa->hdr.type); in show_db_msg_detail()
972 show_database_head(area_id, ifname, lsa->hdr.type); in show_db_msg_detail()
[all …]
/openbsd/usr.sbin/ospfctl/
H A Doutput.c519 show_db_simple(struct lsa_hdr *lsa, struct in_addr area_id, u_int8_t lasttype, in show_db_simple() argument
523 show_database_head(area_id, ifname, lsa->type); in show_db_simple()
533 show_db(struct lsa *lsa, struct in_addr area_id, u_int8_t lasttype, in show_db() argument
542 show_database_head(area_id, ifname, lsa->hdr.type); in show_db()
631 show_database_head(area_id, ifname, lsa->hdr.type); in show_db()
643 show_database_head(area_id, ifname, lsa->hdr.type); in show_db()
H A Dospfctl.c260 static struct in_addr area_id; in show() local
315 output->db(lsa, area_id, lasttype, ifname); in show()
321 output->db_simple(lsa_hdr, area_id, lasttype, ifname); in show()
326 area_id = area->id; in show()
/openbsd/gnu/lib/libiberty/include/
H A DChangeLog1744 * obstack.h (area_id, flags): Remove, replace with extra_arg,
1748 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
1796 * obstack.h: Add "area_id" and "flags" members to obstack
/openbsd/gnu/usr.bin/binutils/include/
H A DChangeLog1796 * obstack.h (area_id, flags): Remove, replace with extra_arg,
1800 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
1848 * obstack.h: Add "area_id" and "flags" members to obstack
H A DChangeLog-91032372 * obstack.h (area_id, flags): Remove, replace with extra_arg,
2376 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
2424 * obstack.h: Add "area_id" and "flags" members to obstack
/openbsd/gnu/gcc/include/
H A DChangeLog-91032317 * obstack.h (area_id, flags): Remove, replace with extra_arg,
2321 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
2369 * obstack.h: Add "area_id" and "flags" members to obstack
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A DChangeLog-91032317 * obstack.h (area_id, flags): Remove, replace with extra_arg,
2321 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
2369 * obstack.h: Add "area_id" and "flags" members to obstack
/openbsd/gnu/lib/libiberty/src/
H A DChangeLog6755 * obstack.c (_obstack_begin): Remove area_id and flags arguments