Searched refs:ls_type (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-ospf6.c132 ospf6_print_ls_type(register u_int ls_type, register const rtrid_t *ls_stateid) argument
135 tok2str(ospf6_lsa_values, "Unknown", ls_type & LS_TYPE_MASK),
136 ls_type & LS_TYPE_MASK,
137 tok2str(ospf6_ls_scope_values, "Unknown", ls_type & LS_SCOPE_MASK),
138 ls_type &0x8000 ? ", transitive" : "", /* U-bit */
146 TCHECK(lshp->ls_type);
155 ospf6_print_ls_type(EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid);
241 switch (EXTRACT_16BITS(&lsap->ls_hdr.ls_type)) {
545 ospf6_print_ls_type(EXTRACT_16BITS(&lsrp->ls_type),
H A Dospf.h62 /* ls_type */
168 u_int8_t ls_type; member in struct:lsa_hdr
296 u_int8_t ls_type[4]; member in struct:ospfhdr::__anon5942::lsr
H A Dospf6.h44 /* ls_type */
98 u_int16_t ls_type; member in struct:lsa6_hdr
242 u_int16_t ls_type; member in struct:ospf6hdr::__anon5957::lsr6
H A Dprint-ospf.c486 TCHECK(lshp->ls_type); /* XXX - ls_length check checked this */
487 switch (lshp->ls_type) {
493 tok2str(lsa_values,"unknown",lshp->ls_type),
494 lshp->ls_type,
508 tok2str(lsa_values,"unknown",lshp->ls_type),
509 lshp->ls_type,
582 switch (lsap->ls_hdr.ls_type) {
1004 tok2str(lsa_values,"unknown",EXTRACT_32BITS(lsrp->ls_type)),
1005 EXTRACT_32BITS(&lsrp->ls_type));
1007 switch (EXTRACT_32BITS(lsrp->ls_type)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_paired_singles.c180 int rs, ulong addr, int ls_type)
187 if (ls_type == FPU_LS_DOUBLE)
205 switch (ls_type) {
223 int rs, ulong addr, int ls_type)
231 switch (ls_type) {
179 kvmppc_emulate_fpr_load(struct kvm_run *run, struct kvm_vcpu *vcpu, int rs, ulong addr, int ls_type) argument
222 kvmppc_emulate_fpr_store(struct kvm_run *run, struct kvm_vcpu *vcpu, int rs, ulong addr, int ls_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_dump.c495 u_int32_t ls_type;
508 ls_type = stream_getl (s);
512 zlog_info (" LS type %d", ls_type);
493 u_int32_t ls_type; local
H A Dospf_packet.c1218 u_int32_t ls_type;
1253 ls_type = stream_getl (s);
1258 if (ls_type < OSPF_MIN_LSA || ls_type >= OSPF_MAX_LSA)
1266 find = ospf_lsa_lookup (oi->area, ls_type, ls_id, adv_router);
1216 u_int32_t ls_type; local

Completed in 181 milliseconds