| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| subst.c | 122 submatch[ nsub ].ls_type = 130 submatch[ nsub ].ls_type = 160 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 ) {
|
| rewrite-int.h | 189 int ls_type; member in struct:rewrite_submatch
|
| /src/external/bsd/tcpdump/dist/ |
| ospf.h | 59 /* ls_type */ 169 nd_uint8_t ls_type; member in struct:lsa_hdr 297 nd_uint32_t ls_type; member in struct:ospfhdr::__anon5720::lsr
|
| print-ospf.c | 532 u_int ls_type; local 546 ls_type = GET_U_1(lshp->ls_type); 547 switch (ls_type) { 553 tok2str(lsa_values,"unknown",ls_type), 554 ls_type, 568 tok2str(lsa_values,"unknown",ls_type), 569 ls_type, 649 switch (GET_U_1(lsap->ls_hdr.ls_type)) { 1041 tok2str(lsa_values,"unknown",GET_BE_U_4(lsrp->ls_type)), [all...] |
| print-ospf6.c | 68 /* ls_type */ 130 nd_uint16_t ls_type; member in struct:lsa6_hdr 280 nd_uint16_t ls_type; member in struct:lsr6 380 u_int ls_type, const rtrid_t *ls_stateid) 383 tok2str(ospf6_lsa_values, "Unknown", ls_type & LS_TYPE_MASK), 384 ls_type & LS_TYPE_MASK, 385 tok2str(ospf6_ls_scope_values, "Unknown", ls_type & LS_SCOPE_MASK), 386 ls_type &0x8000 ? ", transitive" : "", /* U-bit */ 413 ospf6_print_ls_type(ndo, GET_BE_U_2(lshp->ls_type), 501 switch (GET_BE_U_2(lsap->ls_hdr.ls_type)) { [all...] |