UEP_PACKET_LEN_MAX
u_char buf[UEP_PACKET_LEN_MAX];
if (len > UEP_PACKET_LEN_MAX) {
return (UEP_PACKET_LEN_MAX);