1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/lib/libnetgraph
Ruslan Ermilov d15ff41778 - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),
and NgAllocRecvData(), that dynamically allocate buffer for a binary
  message, an ascii message, and a data packet, respectively.  The size
  of the allocated buffer is equal to the socket's receive buffer size
  to guarantee that a message or a data packet is not truncated.

- Get rid of the static size buffer in NgSendAsciiMsg().

OK'ed by:	archie, julian
2004-01-27 20:25:14 +00:00
..
debug.c Add __FBSDID()s to libnetgraph 2001-09-30 22:03:54 +00:00
internal.h Use the new defines that include the trailing '\0' in the code. 2003-11-14 08:09:01 +00:00
Makefile - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(), 2004-01-27 20:25:14 +00:00
msg.c - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(), 2004-01-27 20:25:14 +00:00
netgraph.3 - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(), 2004-01-27 20:25:14 +00:00
netgraph.h - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(), 2004-01-27 20:25:14 +00:00
sock.c - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(), 2004-01-27 20:25:14 +00:00