Go to the source code of this file.
|
| udp_error (NONE,"no error") udp_error(NO_LISTENER |
|
no listener for dst port | udp_error (LENGTH_ERROR,"UDP packets with length errors") udp_error(PUNT |
|
no listener for dst port no listener punt | udp_error (ENQUEUED,"UDP packets enqueued") udp_error(FIFO_FULL |
|
no listener for dst port no listener punt UDP fifo full | udp_error (NOT_READY,"UDP connection not ready") udp_error(LISTENER |
|
no listener for dst port no listener punt UDP fifo full UDP connected session | udp_error (CREATE_SESSION,"Failed to create UDP session") udp_error(EVENT_FIFO_FULL |
|
udp_error |
( |
NONE |
, |
|
|
"no error" |
|
|
) |
| |
no listener for dst port udp_error |
( |
LENGTH_ERROR |
, |
|
|
"UDP packets with length errors" |
|
|
) |
| |
no listener for dst port no listener punt udp_error |
( |
ENQUEUED |
, |
|
|
"UDP packets enqueued" |
|
|
) |
| |
no listener for dst port no listener punt UDP fifo full udp_error |
( |
NOT_READY |
, |
|
|
"UDP connection not ready" |
|
|
) |
| |
no listener for dst port no listener punt UDP fifo full UDP connected session udp_error |
( |
CREATE_SESSION |
, |
|
|
"Failed to create UDP session" |
|
|
) |
| |