MCPcopy Create free account
hub / github.com/SIPp/sipp / free_socketbuf

Function free_socketbuf

src/socket.cpp:1675–1679  ·  view source on GitHub ↗

Free a poll buffer. */

Source from the content-addressed store, hash-verified

1673
1674/* Free a poll buffer. */
1675void free_socketbuf(struct socketbuf *socketbuf)
1676{
1677 free(socketbuf->buf);
1678 free(socketbuf);
1679}
1680
1681#ifdef USE_SCTP
1682void SIPpSocket::sipp_sctp_peer_params()

Callers 4

merge_socketbufsFunction · 0.85
emptyMethod · 0.85
read_messageMethod · 0.85
flushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected