Searched refs:osType (Results 1 – 1 of 1) sorted by relevance
239 int osType; in create() local242 osType = OsConstants.SOCK_DGRAM; in create()245 osType = OsConstants.SOCK_STREAM; in create()248 osType = OsConstants.SOCK_SEQPACKET; in create()254 fd = Os.socket(OsConstants.AF_UNIX, osType, 0); in create()