Home
last modified time | relevance | path

Searched refs:DROP_PACKETS (Results 1 – 1 of 1) sorted by relevance

/system/ulib/inet6/
A Dnetifc.c35 #define DROP_PACKETS 0 macro
37 #if DROP_PACKETS > 0
195 #if DROP_PACKETS in eth_send()
197 if ((random() % DROP_PACKETS) == 0) { in eth_send()

Completed in 2 milliseconds