Home | History | Annotate | Download | only in net

Lines Matching refs:so_type

1843     SocketType  so_type = socket_get_type(fd);
1845 switch(so_type) {
1852 fprintf(stderr, "qemu: warning: socket type=%d for fd=%d is not SOCK_DGRAM or SOCK_STREAM\n", so_type, fd);