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

/netbsd-current/external/bsd/openldap/dist/libraries/librewrite/
H A Dsubst.c122 submatch[ nsub ].ls_type =
130 submatch[ nsub ].ls_type =
158 submatch[ nsub ].ls_type =
249 assert( submatch->ls_type == REWRITE_SUBMATCH_ASIS
250 || submatch->ls_type == REWRITE_SUBMATCH_XMAP );
325 switch ( subst->lt_submatch[ n ].ls_type ) {
369 switch ( subst->lt_submatch[ n ].ls_type ) {
481 switch ( subst->lt_submatch[ n ].ls_type ) {
H A Drewrite-int.h189 int ls_type; member in struct:rewrite_submatch
/netbsd-current/external/bsd/tcpdump/dist/
H A Dospf.h59 /* ls_type */
169 nd_uint8_t ls_type; member in struct:lsa_hdr
297 nd_uint32_t ls_type; member in struct:ospfhdr::__anon72::lsr
H A Dprint-ospf.c534 u_int ls_type; local
548 ls_type = GET_U_1(lshp->ls_type);
549 switch (ls_type) {
555 tok2str(lsa_values,"unknown",ls_type),
556 ls_type,
570 tok2str(lsa_values,"unknown",ls_type),
571 ls_type,
651 switch (GET_U_1(lsap->ls_hdr.ls_type)) {
1038 tok2str(lsa_values,"unknown",GET_BE_U_4(lsrp->ls_type)),
[all...]
H A Dprint-ospf6.c70 /* ls_type */
132 nd_uint16_t ls_type; member in struct:lsa6_hdr
282 nd_uint16_t ls_type; member in struct:lsr6
382 u_int ls_type, const rtrid_t *ls_stateid)
385 tok2str(ospf6_lsa_values, "Unknown", ls_type & LS_TYPE_MASK),
386 ls_type & LS_TYPE_MASK,
387 tok2str(ospf6_ls_scope_values, "Unknown", ls_type & LS_SCOPE_MASK),
388 ls_type &0x8000 ? ", transitive" : "", /* U-bit */
406 ospf6_print_ls_type(ndo, GET_BE_U_2(lshp->ls_type),
494 switch (GET_BE_U_2(lsap->ls_hdr.ls_type)) {
381 ospf6_print_ls_type(netdissect_options *ndo, u_int ls_type, const rtrid_t *ls_stateid) argument
[all...]

Completed in 194 milliseconds