Searched refs:xsd_sockmsg (Results 1 – 6 of 6) sorted by relevance
36 CAMLreturn(Val_int(sizeof(struct xsd_sockmsg))); in stub_header_size()43 const struct xsd_sockmsg *hdr; in stub_header_of_string()45 if (caml_string_length(s) != sizeof(struct xsd_sockmsg)) in stub_header_of_string()48 hdr = (const struct xsd_sockmsg *) String_val(s); in stub_header_of_string()60 struct xsd_sockmsg xsd = { in stub_string_of_header()67 ret = caml_alloc_string(sizeof(struct xsd_sockmsg)); in stub_string_of_header()68 memcpy((char *) String_val(ret), &xsd, sizeof(struct xsd_sockmsg)); in stub_string_of_header()
55 struct xsd_sockmsg msg;56 char raw[sizeof(struct xsd_sockmsg)];
44 struct xsd_sockmsg hdr;494 struct xsd_sockmsg msg; in xs_talkv()
178 struct xsd_sockmsg hdr; in xenbus_send()225 struct xsd_sockmsg hdr; in xenbus_recv()
97 struct xsd_sockmsg struct
48 either direction is a header formatted as a struct xsd_sockmsg49 followed by xsd_sockmsg.len bytes of payload.
Completed in 10 milliseconds