taglinefilesource code
sys_socket566net/socket.cif ((fd1 = sys_socket(family, type, protocol)) < 0) 
sys_socket579net/socket.cif ((fd2 = sys_socket(family, type, protocol)) < 0) 
sys_socket1149net/socket.creturn(sys_socket(a0,a1,get_user(args+2)));