I'm a student of DLUT. Recently I read the code of the telex project. While I am reading code, i met
st->client_conn = ioctl( fake_listen_sock, 0xFACE, &s_st );
I think ioctl is used to call the function "fake_accept_ioctl". But I don't understand what the "0xFACE" stands for here. Is there any correlation between the "0xFACE" and the function "fake_accept_ioctl"(there is no any configuration about that)? I have searched for a long time, but still have no idea.