swrap_dump_packet
swrap_dump_packet(si, si->peername,
swrap_dump_packet(child_si, addr, SWRAP_ACCEPT_SEND, NULL, 0);
swrap_dump_packet(child_si, addr, SWRAP_ACCEPT_RECV, NULL, 0);
swrap_dump_packet(child_si, addr, SWRAP_ACCEPT_ACK, NULL, 0);
swrap_dump_packet(si, serv_addr, SWRAP_CONNECT_SEND, NULL, 0);
swrap_dump_packet(si, serv_addr, SWRAP_CONNECT_RECV, NULL, 0);
swrap_dump_packet(si, serv_addr, SWRAP_CONNECT_ACK, NULL, 0);
swrap_dump_packet(si, serv_addr, SWRAP_CONNECT_UNREACH, NULL, 0);
swrap_dump_packet(si, from, SWRAP_RECVFROM, buf, ret);
swrap_dump_packet(si, to, SWRAP_SENDTO, buf, len);
swrap_dump_packet(si, to, SWRAP_SENDTO, buf, len);
swrap_dump_packet(si, to, SWRAP_SENDTO_UNREACH, buf, len);
swrap_dump_packet(si, to, SWRAP_SENDTO, buf, ret);
swrap_dump_packet(si, NULL, SWRAP_PENDING_RST, NULL, 0);
swrap_dump_packet(si, NULL, SWRAP_PENDING_RST, NULL, 0);
swrap_dump_packet(si, NULL, SWRAP_RECV_RST, NULL, 0);
swrap_dump_packet(si, NULL, SWRAP_RECV_RST, NULL, 0);
swrap_dump_packet(si, NULL, SWRAP_RECV, buf, ret);
swrap_dump_packet(si, NULL, SWRAP_SEND, buf, len);
swrap_dump_packet(si, NULL, SWRAP_SEND_RST, NULL, 0);
swrap_dump_packet(si, NULL, SWRAP_SEND, buf, ret);
swrap_dump_packet(si, NULL, SWRAP_CLOSE_SEND, NULL, 0);
swrap_dump_packet(si, NULL, SWRAP_CLOSE_RECV, NULL, 0);
swrap_dump_packet(si, NULL, SWRAP_CLOSE_ACK, NULL, 0);