Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dsock_diag.py91 InetDiagMarkcond = cstruct.Struct("InetDiagMarkcond", "=II", "mark mask") variable
237 arg = InetDiagMarkcond((mark, mask)).Pack()
290 arg, rest = cstruct.Read(rest, InetDiagMarkcond)