Searched defs:sock (Results 1 – 2 of 2) sorted by relevance
43 int sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in checkNetlinkRouteGetlink() local74 int sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in checkNetlinkRouteBind() local
294 Socket sock = new Socket("localhost", Integer.decode(port).intValue()); in testDdmsWaitsForHandshake() local