Home
last modified time | relevance | path

Searched refs:i_type (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/net/
Dofp.h218 uint16_t i_type; member
/openbsd/src/usr.sbin/tcpdump/
Dprint-ofp.c1178 itype = ntohs(i->i_type); in ofp_print_instruction()
/openbsd/src/gnu/gcc/gcc/
Dc-common.c851 tree e_type, i_type, a_type; in fix_string_type() local
890 i_type = build_index_type (build_int_cst (NULL_TREE, nchars - 1)); in fix_string_type()
891 a_type = build_array_type (e_type, i_type); in fix_string_type()