HomeSort by: relevance | last modified time | path
    Searched refs:msg_type (Results 1 - 25 of 124) sorted by relevancy

1 2 3 4 5

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/
sec2.h 20 u8 msg_type; member in struct:nv_sec2_init_msg
46 u8 msg_type; member in struct:nv_sec2_acr_msg
pmu.h 32 u8 msg_type; member in struct:nv_pmu_init_msg
58 u8 msg_type; member in struct:nv_pmu_acr_msg
  /src/external/gpl3/binutils/dist/gprofng/src/
CompCom.cc 122 msg->msg_type = elf->decode (p->msg_type);
126 int vindex = ccm_vis_index (msg->msg_type);
148 int plist_idx = ccm_paramlist_index (msg->msg_type);
167 int prm_cnt = ccm_num_params (msg->msg_type);
171 GTXT ("Warning, improperly formatted compiler commentary message (parameter count mismatch = %d, param# = %d, msg_type = %x, `%s');\n please report this bug against the compiler\n"),
172 prm_cnt, msg->nparam, msg->msg_type, ccm_attrs[vindex].msg);
178 prim_ty = ccm_param_primtype (msg->msg_type, i + 1);
201 hightype = ccm_param_hightype (msg->msg_type, i + 1);
217 prim_ty = ccm_param_primtype (msg->msg_type, i + 1)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CompCom.cc 122 msg->msg_type = elf->decode (p->msg_type);
126 int vindex = ccm_vis_index (msg->msg_type);
148 int plist_idx = ccm_paramlist_index (msg->msg_type);
167 int prm_cnt = ccm_num_params (msg->msg_type);
171 GTXT ("Warning, improperly formatted compiler commentary message (parameter count mismatch = %d, param# = %d, msg_type = %x, `%s');\n please report this bug against the compiler\n"),
172 prm_cnt, msg->nparam, msg->msg_type, ccm_attrs[vindex].msg);
178 prim_ty = ccm_param_primtype (msg->msg_type, i + 1);
201 hightype = ccm_param_hightype (msg->msg_type, i + 1);
217 prim_ty = ccm_param_primtype (msg->msg_type, i + 1)
    [all...]
  /src/external/bsd/tcpdump/dist/
print-geonet.c 66 u_int msg_type; local
71 msg_type = GET_U_1(bp + 1);
72 ND_PRINT(" t:%u-%s", msg_type,
73 tok2str(msg_type_values, "unknown (%u)", msg_type));
print-olsr.c 95 nd_uint8_t msg_type; member in struct:olsr_msg4
105 nd_uint8_t msg_type; member in struct:olsr_msg6
325 u_int msg_type, msg_len, msg_tlen, hello_len; local
370 msg_type = GET_U_1(msgptr.v6->msg_type);
377 if (msg_type == 0 || msg_len == 0) {
383 tok2str(olsr_msg_values, "Unknown", msg_type),
384 msg_type, GET_IP6ADDR_STRING(msgptr.v6->originator),
399 msg_type = GET_U_1(msgptr.v4->msg_type);
    [all...]
print-lwapp.c 69 nd_uint8_t msg_type; member in struct:lwapp_control_header
177 u_int msg_type, msg_tlen; local
246 msg_type = GET_U_1(lwapp_control_header->msg_type);
248 tok2str(lwapp_msg_type_values,"Unknown",msg_type),
249 msg_type,
258 switch(msg_type) {
  /src/external/bsd/wpa/dist/src/wps/
wps_upnp.h 34 enum wps_msg_type msg_type);
  /src/external/gpl3/gdb.old/dist/gdb/
maint.h 40 explicit scoped_command_stats (bool msg_type);
  /src/external/bsd/wpa/dist/src/radius/
radius_client.c 101 * msg_type - Message type
103 RadiusType msg_type; member in struct:radius_msg_list
277 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
291 RadiusType msg_type,
302 if (msg_type == RADIUS_ACCT) {
348 int s, RadiusType msg_type)
359 if (msg_type == RADIUS_ACCT ||
360 msg_type == RADIUS_ACCT_INTERIM) {
391 if (entry->msg_type == RADIUS_ACCT ||
392 entry->msg_type == RADIUS_ACCT_INTERIM)
1093 RadiusType msg_type = (RadiusType)(uintptr_t) sock_ctx; local
1317 RadiusType msg_type = (uintptr_t) sock_ctx; local
    [all...]
radius_client.h 25 * number struct radius_client_data::msgs for matching msg_type.
268 RadiusType msg_type,
279 RadiusType msg_type, const u8 *addr);
  /src/external/mpl/dhcp/dist/includes/
dhcp6.h 230 unsigned char msg_type; member in struct:dhcpv6_packet
242 unsigned char msg_type; member in struct:dhcpv6_relay_packet
254 unsigned char msg_type; member in struct:dhcpv4_over_dhcpv6_packet
  /src/usr.sbin/ldpd/
notifications.c 60 t->msg_type = 0;
  /src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
l2tp_event.h 79 uint16_t msg_type; /* OPENL2TP_MSG_TYPE_* */ member in struct:openl2tp_event_msg
  /src/external/gpl3/gdb/dist/gdb/
maint.h 43 explicit scoped_command_stats (bool msg_type);
  /src/include/rpc/
rpc_msg.h 54 enum msg_type { enum
151 enum msg_type rm_direction;
  /src/external/mpl/dhcp/dist/tests/DHCPv6/
000-badmsgtype.pl 133 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
134 ($reply_msg->{msg_type} == $MSG_REPLY)) {
154 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
010-solicit-noclientid.pl 181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
011-solicit-serverid.pl 184 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
185 ($reply_msg->{msg_type} == $MSG_REPLY)) {
205 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
020-advertise-mcast.pl 133 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
134 ($reply_msg->{msg_type} == $MSG_REPLY)) {
154 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
030-request-noclientid.pl 181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
031-request-noserverid.pl 181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
032-request-badduid.pl 185 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
186 ($reply_msg->{msg_type} == $MSG_REPLY)) {
206 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
110-information-request-ia_na.pl 181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
111-information-request-ia_ta.pl 181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {

Completed in 33 milliseconds

1 2 3 4 5