| 81 | } // end anonymous namespace |
| 82 | |
| 83 | UDPPacket * |
| 84 | UDPPacket::new_UDPPacket() |
| 85 | { |
| 86 | return udpPacketAllocator.alloc(); |
| 87 | } |
| 88 | |
| 89 | UDPPacket * |
| 90 | UDPPacket::new_UDPPacket(struct sockaddr const *to, ink_hrtime when, Ptr<IOBufferBlock> &buf, uint16_t segment_size, |
nothing calls this directly
no test coverage detected