Searched refs:MOS_DROP (Results 1 – 5 of 5) sorted by relevance
| /mOS-networking-stack/samples/nat/ |
| H A D | nat.c | 137 mtcp_setlastpkt(mctx, sock, side, 0, NULL, 0, MOS_DROP) < 0) in translate_addr() 152 mtcp_setlastpkt(mctx, sock, side, 0, NULL, 0, MOS_DROP) < 0) in translate_addr()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mos_api.h | 109 #define MOS_DROP (1 << 6) macro
|
| /mOS-networking-stack/core/include/ |
| H A D | mos_api.h | 109 #define MOS_DROP (1 << 6) macro
|
| /mOS-networking-stack/samples/simple_firewall/ |
| H A D | simple_firewall.c | 350 mtcp_setlastpkt(mctx, msock, side, 0, NULL, 0, MOS_DROP); in ApplyActionPerFlow()
|
| /mOS-networking-stack/core/src/ |
| H A D | mos_api.c | 999 if (__builtin_popcount(option & (MOS_DROP | MOS_CHOMP | in mtcp_setlastpkt() 1009 if (option & MOS_DROP) { in mtcp_setlastpkt()
|