HomeSort by relevance Sort by last modified time
    Searched refs:InetDiagReqV2 (Results 1 - 2 of 2) sorted by null

  /kernel/tests/net/test/
sock_diag.py 82 InetDiagReqV2 = cstruct.Struct(
83 "InetDiagReqV2", "=BBBxIS", "family protocol ext states id",
121 if isinstance(msg, InetDiagReqV2):
167 parsed = self._ParseNLMsg(data, InetDiagReqV2)
318 diag_req = InetDiagReqV2((family, protocol, ext, states, sock_id))
355 """Creates an InetDiagReqV2 that matches the specified socket."""
376 return InetDiagReqV2((family, protocol, 0, 0xffffffff, sock_id))
411 return InetDiagReqV2((d.family, protocol, 0, 1 << d.state, d.id))
sock_diag_test.py 300 req = sock_diag.InetDiagReqV2((AF_INET6, IPPROTO_TCP, 0, 0xffffffff,
431 req = sock_diag.InetDiagReqV2((AF_INET6, IPPROTO_TCP, 0, states, sock_id))
    [all...]

Completed in 8795 milliseconds