Searched refs:area_id (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/regress/usr.sbin/ospfd/
H A DPacket.pm176 @fields{qw(version type packet_length router_id area_id checksum autype
180 foreach my $addr (qw(router_id area_id)) {
194 foreach my $addr (qw(router_id area_id)) {
200 @$fields{qw(version type packet_length router_id area_id autype)});
/openbsd-current/usr.sbin/ospf6d/
H A Darea.c77 area_find(struct ospfd_conf *conf, struct in_addr area_id) argument
82 if (area->id.s_addr == area_id.s_addr) {
H A Dpacket.c56 ospf_hdr.area_id = iface->area->id.s_addr;
273 if (ospf_hdr->area_id != iface->area->id.s_addr) {
274 id.s_addr = ospf_hdr->area_id;
280 if (ospf_hdr->area_id != 0) {
281 id.s_addr = ospf_hdr->area_id;
H A Drde.h70 struct in_addr area_id; member in struct:rde_nbr
H A Dospf6.h117 u_int32_t area_id; member in struct:ospf_hdr
H A Dneighbor.c322 rn.area_id.s_addr = nbr->iface->area->id.s_addr;
H A Drde.c1030 if ((area = area_find(rdeconf, new->area_id)) == NULL)
/openbsd-current/usr.sbin/ospfd/
H A Darea.c83 area_find(struct ospfd_conf *conf, struct in_addr area_id) argument
88 if (area->id.s_addr == area_id.s_addr) {
H A Dpacket.c55 ospf_hdr.area_id = iface->area->id.s_addr;
300 if (ospf_hdr->area_id != iface->area->id.s_addr) {
301 addr.s_addr = ospf_hdr->area_id;
307 if (ospf_hdr->area_id != 0) {
308 addr.s_addr = ospf_hdr->area_id;
H A Dospf.h138 u_int32_t area_id; member in struct:ospf_hdr
H A Drde.h68 struct in_addr area_id; member in struct:rde_nbr
H A Dneighbor.c317 rn.area_id.s_addr = nbr->iface->area->id.s_addr;
H A Drde.c973 if ((area = area_find(rdeconf, new->area_id)) == NULL)
/openbsd-current/usr.sbin/ospfctl/
H A Doutput.c519 show_db_simple(struct lsa_hdr *lsa, struct in_addr area_id, u_int8_t lasttype, argument
523 show_database_head(area_id, ifname, lsa->type);
533 show_db(struct lsa *lsa, struct in_addr area_id, u_int8_t lasttype, argument
542 show_database_head(area_id, ifname, lsa->hdr.type);
631 show_database_head(area_id, ifname, lsa->hdr.type);
643 show_database_head(area_id, ifname, lsa->hdr.type);
H A Dospfctl.c260 static struct in_addr area_id; local
315 output->db(lsa, area_id, lasttype, ifname);
321 output->db_simple(lsa_hdr, area_id, lasttype, ifname);
326 area_id = area->id;
/openbsd-current/usr.sbin/ospf6ctl/
H A Dospf6ctl.c616 static struct in_addr area_id; local
628 show_database_head(area_id, ifname, lsa->type);
640 area_id = area->id;
772 static struct in_addr area_id; local
793 show_database_head(area_id, ifname, lsa->hdr.type);
830 show_database_head(area_id, ifname, lsa->hdr.type);
861 show_database_head(area_id, ifname, lsa->hdr.type);
884 show_database_head(area_id, ifname, lsa->hdr.type);
938 show_database_head(area_id, ifname, lsa->hdr.type);
972 show_database_head(area_id, ifnam
[all...]

Completed in 323 milliseconds