Searched refs:op_len (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/bgpctl/
H A Dbgpctl.c1577 uint8_t op_type, op_len; local
1580 ibuf_get_n8(b, &op_len) == -1)
1586 printf("Capabilities: %u bytes", op_len);
/openbsd-current/usr.sbin/bgpd/
H A Dsession.c2240 uint16_t ext_len, op_len; local
2267 if (ibuf_get_n16(&oparams, &op_len) == -1)
2273 op_len = tmp;
2276 if (ibuf_get_ibuf(&oparams, op_len, &op) == -1)
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dcmd_parser.c73 int op_len; member in struct:decode_info
661 return cmd >> (32 - d_info->op_len);
706 cmd >> (32 - d_info->op_len), d_info->name);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c905 int op_len = strlen (ada_opname_table[k].encoded);
907 op_len - 1) == 0)
908 && !isalnum (encoded[i + op_len]))
912 i += op_len;
902 int op_len = strlen (ada_opname_table[k].encoded); local

Completed in 282 milliseconds