Home
last modified time | relevance | path

Searched refs:ds_header (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c259 struct ds_header { struct
286 struct ds_header hdr; argument
1444 static void ds_format_hdr(struct ds_header *hdr, union socket_addr *addr) in ds_format_hdr()
2084 struct ds_header *hdr; in ds_valid_recv()
2086 hdr = (struct ds_header *) (qp->rbuf + rs_wr_data(wc->wr_id)); in ds_valid_recv()
2318 struct ds_header *hdr) in ds_set_src()
2346 struct ds_header *hdr; in ds_recvfrom()
2360 hdr = (struct ds_header *) (rmsg->qp->rbuf + rmsg->offset); in ds_recvfrom()
4132 struct ds_header hdr; in udp_svc_forward()