Home | History | Annotate | Download | only in qemu

Lines Matching defs:stype

880     int   stype   = socket_type_to_bsd(type);
882 if (sfamily < 0 || stype < 0) {
886 QSOCKET_CALL(ret, socket(sfamily, stype, 0));