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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_snmp.c879 struct in_addr *ls_id, int ls_id_next,
894 lsa = ospf_lsdb_lookup_by_id_next (area->lsdb, *type, *ls_id, *router_id,
907 struct in_addr *ls_id, struct in_addr *router_id, int exact)
942 oid2in_addr (offset, IN_ADDR_SIZE, ls_id);
949 return ospf_lsdb_lookup_by_id (area->lsdb, *type, *ls_id, *router_id);
1001 oid2in_addr (offset, len, ls_id);
1020 lsa = lsdb_lookup_next (area, type, type_next, ls_id, ls_id_next,
1054 struct in_addr ls_id;
1062 memset (&ls_id, 0, sizeof (struct in_addr));
1069 lsa = ospfLsdbLookup (v, name, length, &area_id, &type, &ls_id,
875 lsdb_lookup_next(struct ospf_area *area, u_char *type, int type_next, struct in_addr *ls_id, int ls_id_next, struct in_addr *router_id, int router_id_next) argument
902 ospfLsdbLookup(struct variable *v, oid *name, size_t *length, struct in_addr *area_id, u_char *type, struct in_addr *ls_id, struct in_addr *router_id, int exact) argument
1051 struct in_addr ls_id; local
2254 ospfExtLsdbLookup(struct variable *v, oid *name, size_t *length, u_char *type, struct in_addr *ls_id, struct in_addr *router_id, int exact) argument
2349 struct in_addr ls_id; local
[all...]
H A Dospf_dump.c496 struct in_addr ls_id;
509 ls_id.s_addr = stream_get_ipv4 (s);
513 zlog_info (" Link State ID %s", inet_ntoa (ls_id));
494 struct in_addr ls_id; local
H A Dospf_packet.c1219 struct in_addr ls_id;
1254 ls_id.s_addr = stream_get_ipv4 (s);
1266 find = ospf_lsa_lookup (oi->area, ls_type, ls_id, adv_router);
1217 struct in_addr ls_id; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnfs4_fs.h111 u32 ls_id; member in struct:nfs4_lock_state
H A Dnfs4state.c418 lsp->ls_id = nfs4_alloc_lockowner_id(clp);
H A Dnfs4proc.c3011 arg.lock_owner.id = lsp->ls_id;
3225 p->arg.lock_owner.id = lsp->ls_id;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_lsa.h181 u_int32_t ls_id; /* Link State ID */ member in struct:ospf6_lsa_header
403 void ospf6_lsa_update_as_external (u_int32_t ls_id);
H A Dospf6_lsa.c121 if (lsh->ls_id != id)
333 if (router_lsd2->neighbor_interface_id != lsa_header1->ls_id)
515 ospf6_lsa_header_set (u_int16_t type, u_int32_t ls_id, u_int32_t advrtr,
521 lsa_header->ls_id = ls_id;
524 ospf6_lsa_seqnum_new (lsa_header->type, lsa_header->ls_id,
745 lsa_header->ls_id = id;
748 ospf6_lsa_seqnum_new (lsa_header->type, lsa_header->ls_id,
H A Dospf6_dbex.c47 have = ospf6_lsdb_lookup (lsa_header->type, lsa_header->ls_id,
296 have = ospf6_lsdb_lookup (lsa_header->type, lsa_header->ls_id,
H A Dospf6_message.c73 inet_ntop (AF_INET, &lsa_header->ls_id, buf_id, sizeof (buf_id));
1137 copy = ospf6_lsdb_lookup (lsa_header->type, lsa_header->ls_id,

Completed in 133 milliseconds