HomeSort by: relevance | last modified time | path
    Searched defs:msg_data (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
kerberos4-client.c 75 MSG_DAT msg_data; local
87 hname, realm, (unsigned long) 0, &msg_data,
  /src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
l2tp_event.h 81 uint8_t msg_data[0]; /* list of TLVs, each always longword aligned */ member in struct:openl2tp_event_msg
  /src/external/bsd/tcpdump/dist/
print-olsr.c 239 const u_char *msg_data, u_int hello_len)
245 lq_neighbor = (const struct olsr_lq_neighbor4 *)msg_data;
254 msg_data += sizeof(struct olsr_lq_neighbor4);
264 const u_char *msg_data, u_int hello_len)
270 lq_neighbor = (const struct olsr_lq_neighbor6 *)msg_data;
279 msg_data += sizeof(struct olsr_lq_neighbor6);
292 const u_char *msg_data, u_int hello_len)
301 ND_PRINT("%s%s", GET_IPADDR_STRING(msg_data),
304 msg_data += sizeof(nd_ipv4);
329 const u_char *tptr, *msg_data; local
    [all...]
  /src/sys/dev/hyperv/
hypervreg.h 186 uint8_t msg_data[VMBUS_MSG_DSIZE_MAX]; member in struct:vmbus_message
301 * - Embedded in vmbus_message.msg_data, e.g. response and notification.

Completed in 32 milliseconds