Searched refs:lsah (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_te.h84 #define TLV_HDR_TOP(lsah) \
85 (struct te_tlv_header *)((char *)(lsah) + OSPF_LSA_HEADER_SIZE)
H A Dospf_lsa.c335 ospf_lsa_data_dup (struct lsa_header *lsah)
339 new = ospf_lsa_data_new (ntohs (lsah->length));
340 memcpy (new, lsah, ntohs (lsah->length));
347 ospf_lsa_data_free (struct lsa_header *lsah)
351 lsah->type, inet_ntoa (lsah->id), lsah);
353 XFREE (MTYPE_OSPF_LSA_DATA, lsah);
366 struct lsa_header *lsah;
330 ospf_lsa_data_dup(struct lsa_header *lsah) argument
342 ospf_lsa_data_free(struct lsa_header *lsah) argument
360 struct lsa_header *lsah; local
390 struct lsa_header *lsah; local
668 struct lsa_header *lsah; local
915 struct lsa_header *lsah; local
1105 struct lsa_header *lsah; local
1231 struct lsa_header *lsah; local
1485 struct lsa_header *lsah; local
2714 ospf_lsa_lookup_by_header(struct ospf_area *area, struct lsa_header *lsah) argument
[all...]
H A Dospf_packet.c866 struct lsa_header *lsah;
872 lsah = (struct lsa_header *) STREAM_PNT (s);
876 if (lsah->type < OSPF_MIN_LSA || lsah->type >= OSPF_MAX_LSA)
878 zlog_warn ("Pakcet [DD:RECV]: Unknown LS type %d.", lsah->type);
884 if (IS_OPAQUE_LSA (lsah->type)
887 zlog_warn ("LSA[Type%d:%s]: Opaque capability mismatch?", lsah->type, inet_ntoa (lsah->id));
893 switch (lsah->type)
908 lsah
864 struct lsa_header *lsah; local
1315 struct lsa_header *lsah; local
2539 struct lsa_header *lsah; local
2647 struct lsa_header *lsah; local
[all...]
H A Dospf_snmp.c1051 struct lsa_header *lsah;
1074 lsah = lsa->data;
1083 return SNMP_INTEGER (lsah->type);
1086 return SNMP_IPADDRESS (lsah->id);
1089 return SNMP_IPADDRESS (lsah->adv_router);
1092 return SNMP_INTEGER (lsah->ls_seqnum);
1095 return SNMP_INTEGER (lsah->ls_age);
1098 return SNMP_INTEGER (lsah->checksum);
1101 *var_len = ntohs (lsah->length);
1102 return (u_char *) lsah;
1048 struct lsa_header *lsah; local
2347 struct lsa_header *lsah; local
[all...]
H A Dospf_dump.c328 ospf_lsa_header_dump (struct lsa_header *lsah)
331 zlog_info (" LS age %d", ntohs (lsah->ls_age));
332 zlog_info (" Options %d (%s)", lsah->options,
333 ospf_options_dump (lsah->options));
334 zlog_info (" LS type %d (%s)", lsah->type,
335 LOOKUP (ospf_lsa_type_msg, lsah->type));
336 zlog_info (" Link State ID %s", inet_ntoa (lsah->id));
337 zlog_info (" Advertising Router %s", inet_ntoa (lsah->adv_router));
338 zlog_info (" LS sequence number 0x%lx", (u_long)ntohl (lsah->ls_seqnum));
339 zlog_info (" LS checksum 0x%x", ntohs (lsah
326 ospf_lsa_header_dump(struct lsa_header *lsah) argument
[all...]
H A Dospf_te.c865 struct lsa_header *lsah; local
878 lsah = (struct lsa_header *) STREAM_DATA (s);
901 lsah->length = htons (length);
921 memcpy (new->data, lsah, length);
1089 struct lsa_header lsah; local
1093 memset (&lsah, 0, sizeof (lsah));
1096 lsa.data = &lsah;
1097 lsah.type = OSPF_OPAQUE_AREA_LSA;
1099 lsah
1383 struct lsa_header *lsah = (struct lsa_header *) lsa->data; local
[all...]
H A Dospf_opaque.c1070 struct lsa_header *lsah = (struct lsa_header *) lsa->data; local
1071 u_int32_t lsid = ntohl (lsah->id.s_addr);
1083 ntohs (lsah->length) - OSPF_LSA_HEADER_SIZE,
1084 VALID_OPAQUE_INFO_LEN(lsah) ? "" : "(Invalid length?)",
1093 ntohs (lsah->length) - OSPF_LSA_HEADER_SIZE,
1094 VALID_OPAQUE_INFO_LEN(lsah) ? "" : "(Invalid length?)");
1669 static struct lsa_header lsah = { 0 }; local
1674 lsa.data = &lsah;
1676 lsah.type = lsa_type;
1678 lsah
[all...]
H A Dospf_flood.c485 zlog_info ("Skip this neighbor: lsah->adv_router == onbr");
822 ospf_ls_request_new (struct lsa_header *lsah)
828 memcpy (new->data, lsah, OSPF_LSA_HEADER_SIZE);
820 ospf_ls_request_new(struct lsa_header *lsah) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac.h55 u32 lsah; member in struct:emac_regs
H A Dibm_emac_debug.c80 in_be32(&p->lsah), in_be32(&p->lsal), in_be32(&p->ipgvr),

Completed in 99 milliseconds