Deleted Added
full compact
ib_pack.h (219820) ib_pack.h (278886)
1/*
2 * Copyright (c) 2004 Topspin Corporation. All rights reserved.
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:

--- 249 unchanged lines hidden (view full) ---

258 int immediate_present,
259 struct ib_ud_header *header);
260
261int ib_ud_header_pack(struct ib_ud_header *header,
262 void *buf);
263
264int ib_ud_header_unpack(void *buf,
265 struct ib_ud_header *header);
1/*
2 * Copyright (c) 2004 Topspin Corporation. All rights reserved.
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:

--- 249 unchanged lines hidden (view full) ---

258 int immediate_present,
259 struct ib_ud_header *header);
260
261int ib_ud_header_pack(struct ib_ud_header *header,
262 void *buf);
263
264int ib_ud_header_unpack(void *buf,
265 struct ib_ud_header *header);
266int ib_lrh_header_pack(struct ib_unpacked_lrh *lrh, void *buf);
267int ib_lrh_header_unpack(void *buf, struct ib_unpacked_lrh *lrh);
268
269#endif /* IB_PACK_H */
266
267#endif /* IB_PACK_H */