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

1 2

  /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-vqp.c 50 nd_uint8_t msg_type; member in struct:vqp_common_header_t
137 tok2str(vqp_msg_type_values, "unknown (%u)",GET_U_1(vqp_common_header->msg_type)),
148 tok2str(vqp_msg_type_values, "unknown (%u)",GET_U_1(vqp_common_header->msg_type)),
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) {
print-aodv.c 484 uint8_t msg_type; local
491 msg_type = GET_U_1(dat);
494 switch (msg_type) {
538 ND_PRINT(" type %u %u", msg_type, length);
print-m3ua.c 49 nd_uint8_t msg_type; member in struct:m3ua_common_header
327 tok2str(dict, "Unknown (0x%02x)", GET_U_1(hdr->msg_type)));
print-ldp.c 583 u_short pdu_len,msg_len,msg_type; local
631 msg_type=LDP_MASK_MSG_TYPE(GET_BE_U_2(ldp_msg_header->type));
639 msg_type),
640 msg_type,
650 msg_type),
651 msg_type,
663 switch(msg_type) {
print-lmp.c 54 nd_uint8_t msg_type; member in struct:lmp_common_header
465 tok2str(lmp_msg_type_values, "unknown (%u)",GET_U_1(lmp_com_header->msg_type)),
476 tok2str(lmp_msg_type_values, "unknown, type: %u",GET_U_1(lmp_com_header->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-ptp.c 362 uint8_t foct, domain_no, msg_type, major_sdo_id, rsvd1, lm_int, control; local
371 msg_type = foct & PTP_MSG_TYPE_MASK;
372 ND_PRINT(", msg type: %s", tok2str(ptp_msg_type, "Reserved", msg_type));
412 switch(msg_type) {
print-pptp.c 93 nd_uint16_t msg_type; member in struct:pptp_hdr
793 switch(GET_BE_U_2(hdr->msg_type)) {
  /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/mit/libuv/dist/src/unix/
darwin.c 190 mach_msg_type_number_t msg_type; local
210 &msg_type) != KERN_SUCCESS) {
216 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); local
234 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); local
  /src/include/rpc/
rpc_msg.h 54 enum msg_type { enum
151 enum msg_type rm_direction;
  /src/sys/sys/
msg.h 65 long msg_type; /* type of this message */ member in struct:__msg
  /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/usr.sbin/ldpd/
tlv.h 132 uint32_t msg_type; member in struct:notification_tlv
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_client.c 38 const char *msg_type = NULL; local
48 msg_type = "error response";
59 msg_type = "revocation response message with rejection status";
63 msg_type = "PKI Confirmation message";
78 msg_type = "CertRepMessage with rejection status";
81 if (msg_type == NULL)
84 invalid_protection ? "invalid" : "missing", msg_type);
  /src/external/bsd/wpa/dist/src/wps/
wps_attr_parse.h 18 const u8 *msg_type; /* 1 octet */ member in struct:wps_parse_attr
  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_client.c 37 const char *msg_type = NULL; local
47 msg_type = "error response";
56 msg_type = "revocation response message with rejection status";
60 msg_type = "PKI Confirmation message";
74 msg_type = "CertRepMessage with rejection status";
77 if (msg_type == NULL)
80 invalid_protection ? "invalid" : "missing", msg_type);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_uvd.c 475 int32_t *msg, msg_type, handle; local
504 msg_type = msg[1];
512 switch (msg_type) {
571 DRM_ERROR("Illegal UVD message type (%d)!\n", msg_type);
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
asn_mime.c 246 const char *msg_type = NULL; local
302 msg_type = "enveloped-data";
304 msg_type = "authEnveloped-data";
307 msg_type = "signed-receipt";
309 msg_type = "signed-data";
311 msg_type = "certs-only";
313 msg_type = "compressed-data";
321 if (msg_type)
322 BIO_printf(bio, " smime-type=%s;", msg_type);
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
asn_mime.c 237 const char *msg_type = NULL; local
292 msg_type = "enveloped-data";
295 msg_type = "signed-receipt";
297 msg_type = "signed-data";
299 msg_type = "certs-only";
301 msg_type = "compressed-data";
309 if (msg_type)
310 BIO_printf(bio, " smime-type=%s;", msg_type);
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
asn_mime.c 257 const char *msg_type = NULL; local
314 msg_type = "enveloped-data";
316 msg_type = "authEnveloped-data";
319 msg_type = "signed-receipt";
321 msg_type = "signed-data";
323 msg_type = "certs-only";
325 msg_type = "compressed-data";
333 if (msg_type)
334 BIO_printf(bio, " smime-type=%s;", msg_type);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_uvd.c 733 int32_t *msg, msg_type, handle; local
751 msg_type = msg[1];
759 switch (msg_type) {
810 DRM_ERROR("Illegal UVD message type (%d)!\n", msg_type);

Completed in 37 milliseconds

1 2